Browse Source

Update .travis.yml

Mark Sch 6 years ago
parent
commit
1aae331597
1 changed files with 4 additions and 0 deletions
  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