Skip to content

Commit

Permalink
Fix .travis.yml: test-suite.log was not printed anymore after a failure
Browse files Browse the repository at this point in the history
This was broken in commit d1c139f
  • Loading branch information
bertfrees committed Dec 19, 2017
1 parent aaa8a28 commit 43f356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -58,7 +58,7 @@ script:

after_failure:
- case "$MODE" in
build-js) cat tests/test-suite.log ;;
build-mingw|build-gcc) cat tests/test-suite.log ;;
esac

after_success:
Expand Down

0 comments on commit 43f356b

Please sign in to comment.