🔥 +phan

This commit is contained in:
codemasher
2020-03-04 06:33:56 +01:00
parent 71053ee0f1
commit e0f8474a19
+7 -1
View File
@@ -16,6 +16,12 @@ matrix:
before_install:
- pecl channel-update pecl.php.net
- printf "\n" | pecl install imagick
- pecl install ast
install: travis_retry composer install --no-interaction --prefer-source
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
script:
- vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
- vendor/bin/phan
after_script: bash <(curl -s https://codecov.io/bash)