From 11b6e828521f0ce17ae1d3916ee18be3f08ef60e Mon Sep 17 00:00:00 2001 From: hadley Date: Tue, 10 Nov 2015 10:14:13 -0600 Subject: [PATCH] Minor caching tweaks --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 535df49..e286a61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,13 @@ addons: env: global: - - R_LIBS_USER=~/R/library + - R_LIBS_USER=$HOME/R/library cache: directories: - $R_LIBS_USER - vendor/bundle + - $HOME/.ccache install: - bundle install --jobs=3 --retry=3