mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
travis: sleep after putting out logs (try to fix truncated logs)
This commit is contained in:
parent
9d0b79d392
commit
7d996724df
1 changed files with 2 additions and 0 deletions
|
@ -60,8 +60,10 @@ script:
|
||||||
- |
|
- |
|
||||||
if [ -z ${INTEGRATION} ]; then
|
if [ -z ${INTEGRATION} ]; then
|
||||||
./ci/base-tests.sh
|
./ci/base-tests.sh
|
||||||
|
sleep 5
|
||||||
else
|
else
|
||||||
./ci/integration-tests.sh
|
./ci/integration-tests.sh
|
||||||
|
sleep 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
after_success: |
|
after_success: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue