Minor caching tweaks
This commit is contained in:
parent
0624c60690
commit
11b6e82852
|
@ -13,12 +13,13 @@ addons:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- R_LIBS_USER=~/R/library
|
- R_LIBS_USER=$HOME/R/library
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $R_LIBS_USER
|
- $R_LIBS_USER
|
||||||
- vendor/bundle
|
- vendor/bundle
|
||||||
|
- $HOME/.ccache
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- bundle install --jobs=3 --retry=3
|
- bundle install --jobs=3 --retry=3
|
||||||
|
|
Loading…
Reference in New Issue