ソースを参照

Update .travis.yml

Mark Sch 6 年 前
コミット
1aae331597
1 ファイル変更4 行追加0 行削除
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -56,5 +56,9 @@ script:
 after_success:
   - if [[ $CODECOVERAGE == 1 ]]; then bash <(curl -s https://codecov.io/bash); fi
 
+cache:
+  directories:
+    - $HOME/.composer/cache
+
 notifications:
   email: false