cleanup build cache according to travis docs

native-compilation-test
Kirill Vainer 8 years ago
parent a7ef42ae89
commit 38b6eabdc7
  1. 1
      .travis.yml

@ -11,6 +11,7 @@ jdk:
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:

Loading…
Cancel
Save