We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6c9b7 commit d9dc091Copy full SHA for d9dc091
.travis.yml
@@ -38,7 +38,7 @@ install:
38
before_script:
39
# Temporary workaround for https://github.com/bitcoin/bitcoin/issues/16368
40
- for i in {1..4}; do echo "$(sleep 500)" ; done &
41
- - set -o errexit; source ./ci/test/05_before_script.sh &> "/dev/null"
+ - set -o errexit; source ./ci/test/05_before_script.sh &
42
script:
43
- export CONTINUE=1
44
- if [ $SECONDS -gt 1200 ]; then export CONTINUE=0; fi # Likely the depends build took very long
0 commit comments