summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-01-20 17:47:30 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-01-20 17:49:30 +0200
commit6d7a0cbc67df90bbb3f7e39ae57da3ee1708a0f8 (patch)
tree8955e672d92a4e6b1b66f09eb08d747a68400fa4 /.travis.yml
parent412216ae55fa03212d6e1eb323318304ff8ac465 (diff)
downloadcherrypy-git-6d7a0cbc67df90bbb3f7e39ae57da3ee1708a0f8.tar.gz
Fix after_failure snippet in Travis CI config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c26b0db9..b102da20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ cache: pip
install: pip install tox
script: tox
-after_failure: >
+after_failure: |
if [[ "$TOXENV" != "pre-commit" ]]
then
echo Dumping logs, because tests failed to succeed