Update Travis build script and cache directories

This commit is contained in:
Chris Beams 2015-01-07 09:25:21 +01:00
parent 2af33195da
commit c3a5dd960b
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 4 additions and 5 deletions

View File

@ -3,16 +3,15 @@ sudo: false
language: java
jdk: oraclejdk8
# publish snapshots to https://oss.jfrog.org/libs-snapshot/org/ethereum/ethereumj-core
# publish releases to http://jcenter.bintray.com/org/ethereum/ethereumj-core
# publish coverage to https://coveralls.io/r/ethereum/ethereumj
script:
- ./gradlew build publish
- ./gradlew clean build publish jacocoTestReport coveralls
# publish coverage report to https://coveralls.io/r/ethereum/ethereumj
after_success:
- ./gradlew jacocoTestReport coveralls
cache:
directories:
- .gradle
- $HOME/.gradle
notifications: