build: remove travis_wait

Now the travis CI build time is fast enough to not cause build timeout.
This commit is contained in:
Lzu Tao 2019-10-22 10:44:54 +07:00
parent 049800d304
commit ba673d020b

View file

@ -126,7 +126,7 @@ script:
if [[ -n ${INTEGRATION} ]]; then
./ci/integration-tests.sh && sleep 5
else
travis_wait 30 ./ci/base-tests.sh && sleep 5
./ci/base-tests.sh && sleep 5
fi
after_success: