summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2855bf2b8..28f481fdb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,5 @@ script:
--git-repo ${TRAVIS_BUILD_DIR}
run-tests $test_set
after_failure:
- - echo "Test runner output:"
- - tail -n 5000 ci_results_${TRAVIS_BRANCH}.log
- - echo "PEP-8 errors:"
- - cat pep8_errors.log
+ - echo "Test runner output:"; tail -n 5000 ci_results_${TRAVIS_BRANCH}.log
+ - echo "PEP-8 errors:"; cat pep8_errors.log