From 7634520bdd7488c39c9ca9260c99067eed14eaf6 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 7 Feb 2020 22:35:57 +0100 Subject: [PATCH] Try to fix phpstan errors --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c5993f0d..e81ff6523 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ matrix: env: - deps=high - PHPSTAN=1 + - php: nightly fast_finish: true allow_failures: - php: nightly @@ -64,7 +65,7 @@ script: - ./vendor/bin/simple-phpunit # Run PHPStan - if [[ $PHPSTAN == "1" ]]; then - bin/composer require --dev phpstan/phpstan:^0.12 && + bin/composer require --dev phpstan/phpstan:^0.12 phpunit/phpunit:^6.5 && vendor/bin/phpstan analyse --configuration=phpstan/config.neon; fi