You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments