Skip to content

Commit 9305189

Browse files
committed
chore(travis): script
1 parent 38cae4b commit 9305189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414
- for P in src tests; do find $P -type f -name '*.php' -exec php -l {} \;; done
1515

1616
script:
17-
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
17+
- composer test:cov
1818

1919
after_success:
2020
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)