Skip to content

Commit 5fa5f52

Browse files
committed
[WIP] remove travis_wait
1 parent b4f9de0 commit 5fa5f52

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)