ソースを参照

Try caching dependencies

Jake 10 年 前
コミット
df56c38d03
1 ファイル変更3 行追加0 行削除
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -13,3 +13,6 @@ notifications:
     skip_join: true
 services:
   - redis-server
+cache:
+  directories:
+    - node_modules