From 510ff6a6895acb72f16593fdf1de77872e72844d Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Fri, 19 Sep 2014 14:50:34 -0700 Subject: Dump interactive logs on travis test failure As far as I know we can't access the build artifacts from Travis, so we can't check the interactive logs after a test failure. Add an environment variable that causes the test runner to dump the logs itself, and set that variable for Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a60bd0fd..da0e221a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: - ./configure - make - sudo make install - - make test + - make test SHOW_INTERACTIVE_LOG=1 notifications: irc: channels: -- cgit v1.2.3