customize travis for my fork
This commit is contained in:
parent
02910b2d38
commit
4160f3fe8a
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue