mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-11 01:24:27 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user