Skip to content

Commit

Permalink
travis: tune cache options
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Apr 10, 2015
1 parent 5754148 commit 0111172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ sudo: false

cache:
directories:
- $HOME/.gradle
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

notifications:
email:
Expand Down

0 comments on commit 0111172

Please sign in to comment.