cache node and bundler
This commit is contained in:
parent
2d44c4c599
commit
7e87af591b
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
sudo: false
|
||||
language: ruby
|
||||
cache:
|
||||
bundler: true
|
||||
directories:
|
||||
- app/assets/javascripts/node_modules
|
||||
rvm:
|
||||
- 2.1.3
|
||||
before_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue