Skip to content

Commit 8250289

Browse files
committed
clear composer cache before install, as per vimeo/psalm
1 parent 94b0bbd commit 8250289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- 7.4 # Psalm does not support 7.4 yet (uses Fn)
77
before_install:
88
- phpenv config-rm xdebug.ini || true
9+
- composer clear-cache
910

1011
install:
1112
- composer install

0 commit comments

Comments
 (0)