mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +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
|
||||
./ci/base-tests.sh
|
||||
sleep 5
|
||||
else
|
||||
./ci/integration-tests.sh
|
||||
sleep 5
|
||||
fi
|
||||
|
||||
after_success: |
|
||||
|
|
Loading…
Reference in a new issue