Skip to content

Commit 3166685

Browse files
committed
try build without travis_wait so we can see the log
1 parent 020e639 commit 3166685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ env:
5151
script:
5252
# Use `travis_wait` when building because some configurations don't produce an
5353
# output for a long time (linking & testing)
54-
- travis_wait 55 contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
54+
#- travis_wait 55 contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
55+
- contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;

0 commit comments

Comments
 (0)