Browse Source

try fix caching

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

+ 1
- 1
.travis.yml View File

@@ -20,7 +20,7 @@ branches:
20 20
 cache:
21 21
   yarn: true
22 22
   directories:
23
-    - $HOME/.gradle/
23
+    - $HOME/.gradle/caches/modules-2/files-2.1/
24 24
     - $HOME/.m2
25 25
     - $ANDROID_HOME/licenses/
26 26