Configure Travis to cache Gradle dependencies

See http://docs.travis-ci.com/user/caching/
This commit is contained in:
Chris Beams 2015-01-07 06:52:32 +01:00
parent ab2ed4130b
commit 7e12cfe071
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ script:
after_success:
- ./gradlew jacocoTestReport coveralls
cache:
directories:
- .gradle
- $HOME/.gradle
notifications:
irc:
channels: chat.freenode.net#ethereumj