Skip to content

Commit

Permalink
Fixed travis caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Aug 16, 2016
1 parent 42c9576 commit 46d7906
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -3,8 +3,9 @@ jdk:
- oraclejdk8
script: "./.ci/ci.sh"
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 46d7906

Please sign in to comment.