Skip to content

Commit

Permalink
cache vendor directory
Browse files Browse the repository at this point in the history
while #46 borrowed psalm's use of `composer clear cache` in 8250289, it didn't also include the vendor directory caching.
  • Loading branch information
SignpostMarv authored Feb 7, 2020
1 parent a54c65c commit 23c57a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ env:
global:
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-suggest"

cache:
directories:
- ./vendor

allow_failures:
- php: 7.1
env: DEPS="dev"
Expand Down

0 comments on commit 23c57a0

Please sign in to comment.