Skip to content

Commit 5ab9939

Browse files
committed
.travis.yml: wait before exiting to give Travis CI time to gather script's output.
Workaround for travis-ci/travis-ci#6018 Fix #631
1 parent 50c7197 commit 5ab9939

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ script:
3131
else
3232
./src/main/scripts/ci/check-build-and-verify.sh --only-integration-tests;
3333
fi
34+
# Travis CI may miss a part of the huge output if we'll exit immediately
35+
# See: https://github.com/travis-ci/travis-ci/issues/6018
36+
- sleep 5
3437

3538
after_success:
3639
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then

0 commit comments

Comments
 (0)