Commit 1fe24ad1 authored by Skylot's avatar Skylot

travis: cache dependencies

parent 33c5e082
...@@ -13,6 +13,10 @@ script: ...@@ -13,6 +13,10 @@ script:
after_success: after_success:
- TERM=dumb ./gradlew jacocoTestReport coveralls - TERM=dumb ./gradlew jacocoTestReport coveralls
cache:
directories:
- $HOME/.gradle
notifications: notifications:
email: email:
- skylot@gmail.com - skylot@gmail.com
rootProject.name = 'jadx' rootProject.name = 'jadx'
include 'jadx-core', 'jadx-samples', 'jadx-cli', 'jadx-gui' include 'jadx-core'
include 'jadx-cli'
include 'jadx-gui'
include 'jadx-samples'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment