Skip to content

Commit

Permalink
Remove travis >/dev/null to debug as suggested bitcoin#20046 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanofsky committed Oct 1, 2020
1 parent da6c9b7 commit e5d6dd0
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 &> "/dev/null"
- set -o errexit; source ./ci/test/05_before_script.sh
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 e5d6dd0

Please sign in to comment.