From 4ad07dcc00ccd9c5d35017232dc9671e913c6960 Mon Sep 17 00:00:00 2001 From: Rupal Singh <43191803+klutzayyyy@users.noreply.github.com> Date: Sat, 7 Sep 2019 13:27:51 +0100 Subject: [PATCH] chore: enabling bundler caching --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 536cfc28c..4207bcbfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: android +cache: bundler dist: trusty sudo: true jdk: @@ -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