Enable caching dependencies in Travis CI (#3132)

lolsob-rspec
Yamagishi Kazutoshi 2017-05-19 18:44:00 +09:00 committed by Eugen Rochko
parent fb2826be40
commit a76b368b79
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
language: ruby
cache:
bundler: false
yarn: false
bundler: true
yarn: true
directories:
- node_modules
dist: trusty
sudo: false