From 330012449e863d44032e899da5f0df17e25deee7 Mon Sep 17 00:00:00 2001 From: Philip Lee Date: Sat, 9 Apr 2016 22:14:10 -0700 Subject: [PATCH] Let the tests fail the build if they do not pass --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac3a0288c..41c8c8894 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)