Skip to content

Commit

Permalink
updating cache enabling bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
ruplsingh authored Sep 14, 2019
1 parent 4ad07dc commit 21fefa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: android
cache: bundler
dist: trusty
sudo: true
jdk:
Expand All @@ -13,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

0 comments on commit 21fefa8

Please # to comment.