diff --git a/.travis.yml b/.travis.yml index c90aa68e..8e72c076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,10 @@ php: - 7.1 - 7.2 - 7.3 -# - 7.4snapshot # Psalm does not support 7.4 yet (uses Fn) + - 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