Skip to content

Commit

Permalink
travis: Show test logs on failure
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
  • Loading branch information
sardemff7 committed May 26, 2016
1 parent ea78baf commit 1f0ccd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,9 @@ before_script:
- ./configure --disable-silent-rules --enable-debug --enable-mpd-input --enable-systemd-input
script:
- make && make check && make distcheck
after_failure:
- cat test-suite.log
- cat j4status-*/test-suite.log


notifications:
Expand Down

0 comments on commit 1f0ccd0

Please sign in to comment.