Minor caching tweaks
This commit is contained in:
parent
0624c60690
commit
11b6e82852
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue