Skip to content

Commit

Permalink
chore : enabling bundler cashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupal Singh committed Sep 14, 2019
1 parent 891526a commit 0cfe603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ android:
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
bundler : true
directories:
- "${TRAVIS_BUILD_DIR}/gradle/caches/"
- "${TRAVIS_BUILD_DIR}/gradle/wrapper/dists/"
Expand Down Expand Up @@ -40,4 +41,4 @@ deploy:
skip_cleanup: true
script: bash scripts/upload-gh-pages.sh
on:
all_branches: true
all_branches: true

0 comments on commit 0cfe603

Please # to comment.