Skip to content

Commit

Permalink
Revert "Remove travis >/dev/null to debug as suggested bitcoin#20046 …
Browse files Browse the repository at this point in the history
…(comment)"

This reverts commit d9dc091.
  • Loading branch information
ryanofsky committed Oct 1, 2020
1 parent 7472ee7 commit 9aa445d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install:
before_script:
# Temporary workaround for https://github.com/bitcoin/bitcoin/issues/16368
- for i in {1..4}; do echo "$(sleep 500)" ; done &
- set -o errexit; source ./ci/test/05_before_script.sh &
- set -o errexit; source ./ci/test/05_before_script.sh &> "/dev/null"
script:
- export CONTINUE=1
- if [ $SECONDS -gt 1200 ]; then export CONTINUE=0; fi # Likely the depends build took very long
Expand Down

0 comments on commit 9aa445d

Please sign in to comment.