File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ language: php
33php :
44 - 7.2
55 - 7.3
6+ - 7.4
67
78before_script :
89 - composer self-update
910 - composer install --no-interaction --prefer-source
1011 - wget -O phpunit.phar https://phar.phpunit.de/phpunit-7.5.9.phar
11- - if [ $TRAVIS_PHP_VERSION = "7.3 " ]; then wget -O phpstan.phar https://github.com/phpstan/phpstan/releases/download/0.10.5/phpstan.phar ; fi
12+ - if [ $TRAVIS_PHP_VERSION = "7.4 " ]; then wget -O phpstan.phar https://github.com/phpstan/phpstan/releases/download/0.10.5/phpstan.phar ; fi
1213
1314script :
1415 - php phpunit.phar --configuration ./build/travis-ci.phpunit.xml
15- - if [ $TRAVIS_PHP_VERSION = "7.3 " ]; then php phpstan.phar analyse --no-progress -c phpstan.neon; fi
16+ - if [ $TRAVIS_PHP_VERSION = "7.4 " ]; then php phpstan.phar analyse --no-progress -c phpstan.neon; fi
1617
1718notifications :
1819 email : false
You can’t perform that action at this time.
0 commit comments