Skip to content

Commit

Permalink
show test log on test fail in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario D. Santana (BTGMBPLNX) committed Nov 19, 2017
1 parent 54da347 commit 9080596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ script:
- ${CI_BUILD_PREFIX} ./configure --disable-local-libopts > build.log 2>&1 || (cat build.log && exit 1)
- ${CI_BUILD_PREFIX} make > build.log 2>&1 || (cat build.log && exit 1)
- make dist > build.log 2>&1 || (cat build.log && exit 1)
- sudo make test
- sudo make test || (cat test/test.log && exit 1)

0 comments on commit 9080596

Please sign in to comment.