From 34b50302393a7cb097f09d5e83b7e195b1a2c4c1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 6 Jun 2014 09:18:57 -0700 Subject: [PATCH] Display test log on failure. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ed1e3665..be1ff79b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,6 @@ script: - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON . - make -j4 - make test + +after_failure: + - cat Testing/Temporary/LastTest.log