Skip to content

Commit bbf7ae5

Browse files
Update travis phpstan
1 parent 18500d1 commit bbf7ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_script:
99
- composer self-update
1010
- composer install --no-interaction --prefer-source
1111
- 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
12+
- if [ $TRAVIS_PHP_VERSION = "7.4" ]; then wget -O phpstan.phar https://github.com/phpstan/phpstan/releases/download/0.12.18/phpstan.phar ; fi
1313

1414
script:
1515
- php phpunit.phar --configuration ./build/travis-ci.phpunit.xml

0 commit comments

Comments
 (0)