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 d2efb4d commit 271c894Copy full SHA for 271c894
.travis.yml
@@ -12,7 +12,7 @@ before_script:
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
13
14
script:
15
- - php phpunit.phar --configuration ./build/travis-ci.phpunit.xml
+ - XDEBUG_MODE=coverage php phpunit.phar --configuration ./build/travis-ci.phpunit.xml
16
- if [ $TRAVIS_PHP_VERSION = "7.4" ]; then php phpstan.phar analyse --no-progress -c phpstan.neon; fi
17
18
notifications:
0 commit comments