Skip to content

Commit

Permalink
clear composer cache before install, as per vimeo/psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jan 11, 2020
1 parent 94b0bbd commit 8250289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 7.4 # Psalm does not support 7.4 yet (uses Fn)
before_install:
- phpenv config-rm xdebug.ini || true
- composer clear-cache

install:
- composer install
Expand Down

0 comments on commit 8250289

Please sign in to comment.