Skip to content

Commit

Permalink
Cache bundler and android dependencies
Browse files Browse the repository at this point in the history
Copy-pasta the android .travis.yml cache lines
  • Loading branch information
martin308 committed Jul 2, 2018
1 parent 648b9a3 commit c512f01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
os: osx
osx_image: xcode9.3
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
bundler: true
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
env:
global:
- TERM=dumb
Expand Down

0 comments on commit c512f01

Please sign in to comment.