Browse Source

remove android cache

Daniel Zlotin 7 years ago
parent
commit
1cf9330504
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      .travis.yml

+ 0
- 7
.travis.yml View File

17
 cache:
17
 cache:
18
   directories:
18
   directories:
19
     - $YARN_CACHE
19
     - $YARN_CACHE
20
-    - $HOME/.gradle/caches/
21
-    - $HOME/.gradle/wrapper/
22
-    - $HOME/.gradle/nodejs/
23
-    - $HOME/.android/build-cache
24
     - $HOME/.m2
20
     - $HOME/.m2
25
     - $ANDROID_HOME/licenses/
21
     - $ANDROID_HOME/licenses/
26
-before_cache:
27
-  - rm -rf $HOME/.gradle/caches/modules-2/modules-2.lock
28
-  - rm -rf $HOME/.gradle/caches/*/plugin-resolution/
29
 
22
 
30
 install:
23
 install:
31
   # node
24
   # node