From a93aaff2fdf4404e04aa733b748e505360b9e340 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 16 Sep 2020 15:16:10 +0200 Subject: [PATCH] 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. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5d9204a8..fd3f54468 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,7 @@ jobs: before_install: - choco upgrade --no-progress -y make netcat curl findutils - export MAKE=mingw32-make - after_script: + after_failure: - |- case $TRAVIS_OS_NAME in windows) @@ -84,7 +84,7 @@ jobs: ;; esac -after_script: +after_failure: - |- case $TRAVIS_OS_NAME in windows)