Skip to content

Commit d9dc091

Browse files
committed
Remove travis >/dev/null to debug as suggested bitcoin#20046 (comment)
1 parent da6c9b7 commit d9dc091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
before_script:
3939
# Temporary workaround for https://github.com/bitcoin/bitcoin/issues/16368
4040
- for i in {1..4}; do echo "$(sleep 500)" ; done &
41-
- set -o errexit; source ./ci/test/05_before_script.sh &> "/dev/null"
41+
- set -o errexit; source ./ci/test/05_before_script.sh &
4242
script:
4343
- export CONTINUE=1
4444
- if [ $SECONDS -gt 1200 ]; then export CONTINUE=0; fi # Likely the depends build took very long

0 commit comments

Comments
 (0)