Skip to content

Commit ba673d0

Browse files
committed
build: remove travis_wait
Now the travis CI build time is fast enough to not cause build timeout.
1 parent 049800d commit ba673d0

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
@@ -126,7 +126,7 @@ script:
126126
if [[ -n ${INTEGRATION} ]]; then
127127
./ci/integration-tests.sh && sleep 5
128128
else
129-
travis_wait 30 ./ci/base-tests.sh && sleep 5
129+
./ci/base-tests.sh && sleep 5
130130
fi
131131
132132
after_success:

0 commit comments

Comments
 (0)