Skip to content

Commit

Permalink
Disable Travis CI gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Jun 20, 2019
1 parent 274fdb6 commit 4640dc9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ sudo: required
jdk: oraclejdk8
dist: precise

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

env:
global:
# wait up to 10 minutes for adb to connect to emulator
Expand Down

0 comments on commit 4640dc9

Please sign in to comment.