travis: cat complete-run.log on failures

next
Michael Stapelberg 2015-03-14 12:35:01 +01:00
parent f0ef712ed0
commit 8eb5656c69
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ install:
- sudo /bin/sh -c 'cpanm -n -v X11::XCB || true'
- sudo /bin/sh -c 'cpanm -n -v AnyEvent::I3 || true'
script: make -j && (cd testcases && xvfb-run ./complete-run.pl --parallel=1)
after_failure: cat /home/travis/.cpanm/build.log
after_failure: cat testcases/latest/complete-run.log