Commit 090851ed authored by Mygod's avatar Mygod

Refine Travis cache

parent 9352f2df
...@@ -7,9 +7,14 @@ env: ...@@ -7,9 +7,14 @@ env:
global: global:
- GOROOT_BOOTSTRAP=$GOROOT - GOROOT_BOOTSTRAP=$GOROOT
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache: cache:
directories: directories:
- $HOME/.gradle - $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
install: install:
- pushd $ANDROID_HOME - pushd $ANDROID_HOME
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment