diff --git a/.travis.yml b/.travis.yml index e1f03792c35d..32936478b1f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,8 @@ script: - if [[ "$CPP_TESTS" = true ]]; then time ./utils/travis/test_wrapper.sh; fi - if [[ "$WML_TESTS" = true ]]; then time ./run_wml_tests -v -t 20; fi after_failure: - - ./utils/travis/travis_after_failure.sh + - if [ -f "errors.log" ]; then echo -e "\n*** \n*\n* Errors reported in wml unit tests, here is errors.log...\n*\n*** \n"; fi + - if [ -f "errors.log" ]; then cat errors.log; fi notifications: email: false irc: diff --git a/utils/travis/travis_after_failure.sh b/utils/travis/travis_after_failure.sh.old similarity index 100% rename from utils/travis/travis_after_failure.sh rename to utils/travis/travis_after_failure.sh.old