Skip to content

Commit 7d99672

Browse files
committed
travis: sleep after putting out logs (try to fix truncated logs)
1 parent 9d0b79d commit 7d99672

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ script:
6060
- |
6161
if [ -z ${INTEGRATION} ]; then
6262
./ci/base-tests.sh
63+
sleep 5
6364
else
6465
./ci/integration-tests.sh
66+
sleep 5
6567
fi
6668
6769
after_success: |

0 commit comments

Comments
 (0)