From db1798ab887514217d4a34981f327b016b7431a0 Mon Sep 17 00:00:00 2001 From: Jason Lokerson Date: Wed, 30 Jul 2014 11:31:35 -0700 Subject: [PATCH] Print testing results in the event of a failure --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fae93a327..84c161ac4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,8 @@ script: - export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8:$LD_LIBRARY_PATH - make -j 16 || make - make test +after_failure: + - cat Testing/Temporary/LastTest.log 2> /dev/null os: - linux - osx \ No newline at end of file