forked from Mirror/wren
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
|