trying to increase memory for travis

This commit is contained in:
romanman 2014-08-30 19:00:24 +03:00
parent eb8fee2827
commit e0d2199621

View File

@ -1,4 +1,7 @@
language: java
env:
- JAVA_OPTS ="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"
after_success:
- mvn clean test jacoco:report coveralls:jacoco