Ver código fonte

configure phpunit flags

Ne-Lexa 6 anos atrás
pai
commit
c82e303002
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -64,7 +64,7 @@ before_script:
 
 script:
   - composer validate --no-check-lock
-  - vendor/bin/phpunit -v -c phpunit.xml --testsuite only_fast_tests --coverage-clover=coverage.clover
+  - vendor/bin/phpunit ${PHPUNIT_FLAGS}
 
 after_success:
   - if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi