mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +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
|