Skip to content

Commit

Permalink
Let the tests fail the build if they do not pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketman768 committed Apr 10, 2016
1 parent c4f28ad commit 3300124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,4 +9,4 @@ before_script:
- mkdir build
- cd build
- cmake ..
script: make && (CTEST_OUTPUT_ON_FAILURE=TRUE make test || cat Testing/Temporary/LastTest.log)
script: make && (CTEST_OUTPUT_ON_FAILURE=TRUE make test)

0 comments on commit 3300124

Please sign in to comment.