Browse Source

trying without gradle cache

Daniel Zlotin 8 years ago
parent
commit
3035a27048
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      .travis.yml

+ 0
- 2
.travis.yml View File

19
 cache:
19
 cache:
20
   directories:
20
   directories:
21
     - $HOME/.yarn-cache
21
     - $HOME/.yarn-cache
22
-    - $HOME/.gradle/caches/
23
-    - $HOME/.gradle/wrapper/
24
     - $HOME/.m2
22
     - $HOME/.m2
25
     - $ANDROID_HOME/licenses/
23
     - $ANDROID_HOME/licenses/
26
 
24