Skip to content

Commit 444b911

Browse files
committed
chore(travis): script
1 parent bccf938 commit 444b911

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
@@ -19,7 +19,7 @@ before_script:
1919
- for P in src tests; do find $P -type f -name '*.php' -exec php -l {} \;; done
2020

2121
script:
22-
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
22+
- composer test:cov
2323

2424
after_success:
2525
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)