mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
build: remove travis_wait
Now the travis CI build time is fast enough to not cause build timeout.
This commit is contained in:
parent
049800d304
commit
ba673d020b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue