Skip to content

Commit 54b3ce4

Browse files
committed
ci: use travis_wait as an attempt to fix truncated logs issue.
Details: https://travis-ci.community/t/log-are-truncated/5878 I'm not sure that it helps, but it might, so I've decided to try. See https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
1 parent 1bf3966 commit 54b3ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ before_script:
3636

3737
script:
3838
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
39-
./src/main/scripts/ci/check-build-and-verify.sh;
39+
travis_wait ./src/main/scripts/ci/check-build-and-verify.sh;
4040
else
4141
./src/main/scripts/ci/check-build-and-verify.sh --only-integration-tests;
4242
fi

0 commit comments

Comments
 (0)