Skip to content

Commit 18500d1

Browse files
Update travis phpunit
1 parent 20b36b6 commit 18500d1

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
@@ -8,7 +8,7 @@ php:
88
before_script:
99
- composer self-update
1010
- composer install --no-interaction --prefer-source
11-
- wget -O phpunit.phar https://phar.phpunit.de/phpunit-7.5.9.phar
11+
- wget -O phpunit.phar https://phar.phpunit.de/phpunit-8.5.3.phar
1212
- if [ $TRAVIS_PHP_VERSION = "7.4" ]; then wget -O phpstan.phar https://github.com/phpstan/phpstan/releases/download/0.10.5/phpstan.phar ; fi
1313

1414
script:

0 commit comments

Comments
 (0)