Skip to content

Commit 8c511db

Browse files
committed
try to combine quiet and travis_wait
Travis [Build 69](https://travis-ci.org/javaee-samples/javaee7-samples/jobs/64254847) failed again and guess what the [logfile](https://s3.amazonaws.com/archive.travis-ci.org/jobs/64254847/log.txt) tells us... ``` The log length has exceeded the limit of 4 Megabytes (this usually means that test suite is raising the same exception over and over). The build has been terminated. ``` *sigh* I'll try to combine `mvn --quiet` to reduce the log output and `travis_wait` to give the build 20 minutes of silence before it's killed. Hopefully that will work out fine.
1 parent fa597db commit 8c511db

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
@@ -6,4 +6,4 @@ jdk:
66

77
install: mvn install --quiet -DskipTests=true -Dmaven.javadoc.skip=true -B -V
88

9-
script: mvn --fail-at-end install -Ptomee-embedded-arquillian -B
9+
script: travis_wait mvn --quiet --fail-at-end install -Ptomee-embedded-arquillian -B

0 commit comments

Comments
 (0)