Skip to content

Commit c41e256

Browse files
committed
chore(travis): script
1 parent 2f4f37c commit c41e256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_script:
1212
- for P in src tests; do find $P -type f -name '*.php' -exec php -l {} \;; done
1313

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

1717
after_success:
1818
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)