travis: only upload log files on test failure

To speed up tests and also not DoS termbin and file.io, we only upload
the integration test logs on failure.
This commit is contained in:
Oliver Gugger 2020-09-16 15:16:10 +02:00
parent 3531c3fbbe
commit a93aaff2fd
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -75,7 +75,7 @@ jobs:
before_install: before_install:
- choco upgrade --no-progress -y make netcat curl findutils - choco upgrade --no-progress -y make netcat curl findutils
- export MAKE=mingw32-make - export MAKE=mingw32-make
after_script: after_failure:
- |- - |-
case $TRAVIS_OS_NAME in case $TRAVIS_OS_NAME in
windows) windows)
@ -84,7 +84,7 @@ jobs:
;; ;;
esac esac
after_script: after_failure:
- |- - |-
case $TRAVIS_OS_NAME in case $TRAVIS_OS_NAME in
windows) windows)