1
0
Fork 0

Add phpunit configuration file

pull/37/head
Michal Niewrzal 2016-09-29 15:01:25 +02:00
parent 7185a1f169
commit e8ff22a00a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ install:
- composer install - composer install
script: script:
- vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist src --bootstrap vendor/autoload.php tests - vendor/bin/phpunit --coverage-clover=coverage.xml
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)