From 88da9204c87ad7c25441d1143738b5809a2abf5b Mon Sep 17 00:00:00 2001 From: Rupal Singh <43191803+klutzayyyy@users.noreply.github.com> Date: Sat, 14 Sep 2019 21:17:20 +0100 Subject: [PATCH] chore : enabling bundler cashing (#496) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 536cfc28c..3522cb2f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/" @@ -40,4 +41,4 @@ deploy: skip_cleanup: true script: bash scripts/upload-gh-pages.sh on: - all_branches: true \ No newline at end of file + all_branches: true