We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca4f618 + f5420c7 commit e380069Copy full SHA for e380069
.travis.yml
@@ -55,11 +55,12 @@ matrix:
55
- php: "hhvm"
56
57
install:
58
- - composer self-update
59
- if [[ $USE_PSALM -eq 1 ]]; then composer require --dev "vimeo/psalm:^1|^2"; fi
60
- composer update
+ - if [[ ${TRAVIS_PHP_VERSION:0:3} == 7.3 ]]; then composer require --dev "phpstan/phpstan:^0.11.5"; fi
61
62
script:
63
+ - if [[ ${TRAVIS_PHP_VERSION:0:3} == 7.3 ]]; then vendor/bin/phpstan analyze; fi
64
- travis_wait 30 vendor/bin/phpunit
65
- if [[ $CHECK_MBSTRING -eq 1 ]]; then travis_wait 30 php -dmbstring.func_overload=7 vendor/bin/phpunit; fi
66
- vendor/bin/phpunit --bootstrap autoload-fast.php
0 commit comments