Skip to content

Commit

Permalink
Update tracis cache config as recommned by the docs (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 25, 2017
1 parent dd83589 commit d29a4ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ branches:
# cache gradle dependencies
# https://docs.travis-ci.com/user/languages/java#Caching
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

0 comments on commit d29a4ca

Please sign in to comment.