Enable caching dependencies in Travis CI (#3132)
This commit is contained in:
parent
fb2826be40
commit
a76b368b79
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
language: ruby
|
||||
cache:
|
||||
bundler: false
|
||||
yarn: false
|
||||
bundler: true
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue