cleanup build cache according to travis docs

cleanup_build_scripts
Kirill Vainer 8 years ago
parent 39dc140f79
commit 78ac8df78a
  1. 1
      .travis.yml

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

Loading…
Cancel
Save