mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-26 03:58:07 +00:00
🔥 +phan
This commit is contained in:
+7
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user