We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18500d1 commit bbf7ae5Copy full SHA for bbf7ae5
.travis.yml
@@ -9,7 +9,7 @@ before_script:
9
- composer self-update
10
- composer install --no-interaction --prefer-source
11
- wget -O phpunit.phar https://phar.phpunit.de/phpunit-8.5.3.phar
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
+ - if [ $TRAVIS_PHP_VERSION = "7.4" ]; then wget -O phpstan.phar https://github.com/phpstan/phpstan/releases/download/0.12.18/phpstan.phar ; fi
13
14
script:
15
- php phpunit.phar --configuration ./build/travis-ci.phpunit.xml
0 commit comments