aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-07-08 14:12:53 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-07-08 14:12:53 +0200
commitd0cf488dd4cfcadc49922255cced6a63eb596dba (patch)
tree63aa9fa7edb0fb6e3b32810afc09acce067533a9 /.travis.yml
parent8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a (diff)
downloadwallabag-d0cf488dd4cfcadc49922255cced6a63eb596dba.tar.gz
wallabag-d0cf488dd4cfcadc49922255cced6a63eb596dba.tar.zst
wallabag-d0cf488dd4cfcadc49922255cced6a63eb596dba.zip
Remove PHPUnit lock
It should now be PHPUnit 7.4. Update PHPStan configuration accordingly. Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 96510f84..bd21d6c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,7 +70,7 @@ script:
70 70
71 - make fixtures 71 - make fixtures
72 72
73 - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then SYMFONY_PHPUNIT_VERSION=6.5 ./bin/simple-phpunit -v ; fi; 73 - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v ; fi;
74 # PHPStan needs PHPUnit to be installed and cache app to be generated 74 # PHPStan needs PHPUnit to be installed and cache app to be generated
75 - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then php bin/phpstan analyse src tests --no-progress --level 1 ; fi; 75 - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then php bin/phpstan analyse src tests --no-progress --level 1 ; fi;
76 - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix --verbose --dry-run ; fi; 76 - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix --verbose --dry-run ; fi;