customize travis for my fork

This commit is contained in:
Jeff Epler 2017-08-15 21:23:58 -05:00
parent 02910b2d38
commit 4160f3fe8a

View file

@ -3,14 +3,6 @@ language: cpp
compiler:
- clang
script: mkdir build && cd build && cmake .. -DSC_ENABLE_TESTING=ON && make -j3 && ctest -j2 --output-on-failure
branches:
only:
- master
notifications:
irc: "chat.freenode.net#stepcode"
email: scl-dev@groups.google.com
on_success: change
on_failure: always
os:
- linux
- osx