ソースを参照

Enable caching dependencies in Travis CI (#3132)

master
Yamagishi Kazutoshi 7年前
committed by Eugen Rochko
コミット
595e060347
1個のファイルの変更4行の追加2行の削除
  1. +4
    -2
      .travis.yml

+ 4
- 2
.travis.yml ファイルの表示

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



読み込み中…
キャンセル
保存