Преглед изворни кода

Remove phpunit whitelist option from travis config

The whitelist is already defined in the phpunit.xml file (loaded with `--configuration phpunit.xml`).
darthmaim пре 10 година
родитељ
комит
8030f44ed4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -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)