Update .travis.yml

This commit is contained in:
romanman 2014-09-10 07:26:59 +03:00
parent 307a3cbfa2
commit 8423964532
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ env:
- JAVA_OPTS ="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"
script:
- cd ethereum-core
- cd ethereumj-core
- mvn clean test jacoco:report coveralls:jacoco