Browse Source

Enable caching dependencies in Travis CI (#3132)

closed-social-glitch-2
Yamagishi Kazutoshi 7 years ago
committed by Eugen Rochko
parent
commit
595e060347
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      .travis.yml

+ 4
- 2
.travis.yml View File

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

Loading…
Cancel
Save