Skip to content

Commit

Permalink
Terminate travis if build fails
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Aug 23, 2017
1 parent 1767638 commit a093043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ before_script:
- ln -s ../codecov.yml .
script:
- cmake .. -DCMAKE_C_COMPILER=$CC -DENABLE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Continuous -DONLINE_TESTING=ON $TESTARGS $ARGS
- make
- make || travis_terminate 1
- make test
after_success:
- make gcov
Expand Down

0 comments on commit a093043

Please sign in to comment.