Update travis.yml to output the test log if it exists.

This commit is contained in:
Pavel Krajcevski 2014-03-12 03:14:59 -04:00
parent 88821fbbb0
commit 98ee740c7a

View file

@ -10,3 +10,5 @@ before_script:
- cmake .. -DCMAKE_BUILD_TYPE=Release
script: make && make test
after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi