Skip to content

Commit 1d754e7

Browse files
authored
Merge pull request #3240 from matthiaskrgr/travis_3239
travis: sleep after putting out logs (try to fix truncated logs)
2 parents 9d0b79d + 7d99672 commit 1d754e7

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)