aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-09-19 14:50:34 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-09-19 14:52:02 -0700
commit510ff6a6895acb72f16593fdf1de77872e72844d (patch)
treee2d82aca68d1ec36b206c4861c660684f31ca334 /.travis.yml
parent7229d7a326618e8eda2308416932921ed2d0d320 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: