Skip to content

Commit d356f73

Browse files
committed
revert: "ci: use travis_wait as an attempt to fix truncated logs issue."
This reverts commit 54b3ce4. This did't help. [skip ci]
1 parent 54b3ce4 commit d356f73

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-
travis_wait ./src/main/scripts/ci/check-build-and-verify.sh;
39+
./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)