Try to get travis passing yet again
This commit is contained in:
parent
56620eebfb
commit
eb3f3a0386
|
@ -185,7 +185,6 @@
|
|||
<runOrder>random</runOrder>
|
||||
<argLine>-Dfile.encoding=UTF-8</argLine>
|
||||
<reuseForks>false</reuseForks>
|
||||
<argLine>-Xmx512m</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -741,7 +741,8 @@
|
|||
<configuration>
|
||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||
<runOrder>random</runOrder>
|
||||
<argLine>-Dfile.encoding=UTF-8</argLine>
|
||||
<argLine>-Dfile.encoding=UTF-8 -Xmx512m</argLine>
|
||||
<forkCount>1</forkCount>
|
||||
<!--<reuseForks>false</reuseForks>-->
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue