Trying to configure travis to get test passes

This commit is contained in:
Alexey Andreev 2016-06-24 06:18:56 +03:00
parent ad7aacfd77
commit 92c6e5084d

View File

@ -90,6 +90,7 @@
<teavm.junit.target>${project.build.directory}/js-tests</teavm.junit.target>
<teavm.junit.js.runner>htmlunit</teavm.junit.js.runner>
</systemProperties>
<argLine>-Xmx512m</argLine>
</configuration>
</plugin>
<plugin>