mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
12 lines
164 B
YAML
12 lines
164 B
YAML
language: cpp
|
|
compiler:
|
|
- clang
|
|
before_install: ./buildbot/travis-checkout.sh
|
|
script: ./buildbot/travis-test.sh
|
|
os:
|
|
- linux
|
|
- osx
|
|
branches:
|
|
only:
|
|
- master
|