mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 11:07:25 +00:00
Merge pull request #1 from darthmaim/patch-1
Remove phpunit whitelist option from travis config
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ php:
|
||||
|
||||
install: travis_retry composer install --no-interaction --prefer-source
|
||||
|
||||
script: vendor/bin/phpunit tests --coverage-clover clover.xml --whitelist src
|
||||
script: vendor/bin/phpunit tests --coverage-clover clover.xml
|
||||
|
||||
after_script: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user