mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-13 12:16:23 +00:00
Configure Travis to cache Gradle dependencies
See http://docs.travis-ci.com/user/caching/
This commit is contained in:
parent
ab2ed4130b
commit
7e12cfe071
@ -11,6 +11,11 @@ script:
|
||||
after_success:
|
||||
- ./gradlew jacocoTestReport coveralls
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- .gradle
|
||||
- $HOME/.gradle
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels: chat.freenode.net#ethereumj
|
||||
|
Loading…
x
Reference in New Issue
Block a user