浏览代码

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