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:
parent
3531c3fbbe
commit
a93aaff2fd
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user