Are there any restrictions on log lines in Java – Travis build?
I can see our Travis CI build job until they record 10000 lines, and then the build seems to stop, no matter what stage the build is currently in
Sample: – https://travis-ci.org/javaee-samples/javaee7-samples/jobs/64105164 – https://travis-ci.org/javaee-samples/javaee7-samples/jobs/63968004 – https://travis-ci.org/javaee-samples/javaee7-samples/jobs/63968003
I can't find anything about this constraint in the document Are there any unrecorded restrictions on how many lines you can record during the build?
Solution
The log limit for Travis CI is 4 Mb The only solution seems to be to reduce production
@giorgiosironi we trim logs after 4 MB, literally 99% of builds never go above it. Please make your test suite output less verbose.
— Travis CI (@travisci) February 29, 2012