diff --git a/.travis.yml b/.travis.yml index a7366e48f..34b7e9341 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,9 @@ notifications: email: false after_failure: + - "for runlog in + $(find travis_suite.travisCItest/*.travisCItest/logs/icepack.runlog.*); do + echo \"### Contents of $runlog ###\" && cat $runlog; done" - "git config --global user.email 'travis@travis-ci.org' && git config --global user.name 'ciceconsortium' && ./report_results.csh --travisCI"