Configure Travis CI for Gradle and JDK8

This commit is contained in:
Chris Beams 2014-12-28 17:37:25 +01:00
parent 90592dc267
commit 412b6d2411
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
language: java
jdk: oraclejdk8
env:
- JAVA_OPTS ="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"
script:
- cd ethereumj-core
- mvn clean test jacoco:report coveralls:jacoco
after_success:
- ./gradlew jacocoTestReport coveralls