Minor caching tweaks

This commit is contained in:
hadley
2015-11-10 10:14:13 -06:00
parent 0624c60690
commit 11b6e82852

View File

@@ -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