diff --git a/.travis.yml b/.travis.yml index eb86404..07afc04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,6 @@ before_script: - cd build - cmake .. -DCMAKE_BUILD_TYPE=Release -script: make && make test \ No newline at end of file +script: make && make test + +after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi \ No newline at end of file