j8unit-team / j8unit

Enhancement for JUnit4 to take advantage of Java 8
4 stars 2 forks source link

Run Travis-CI with sufficient RAM to execute tests without OutOfMemoryError #35

Open ghostcity opened 7 years ago

ghostcity commented 7 years ago

Currently (see Travis-CI build nr.34), Travis-CI cannot successfully build J8Unit.

The first run (mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V) succeeds, but the second run ($ mvn test -B) fails with a java.lang.OutOfMemoryError.

Find out how to assign sufficient Memory in order to succeed. (It looks like there is a 32MB assignment currently).