Enable caching dependencies in Travis CI (#3132)

This commit is contained in:
Yamagishi Kazutoshi 2017-05-19 18:44:00 +09:00 committed by Eugen Rochko
parent 8e4fc5d5d2
commit 595e060347
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