Skip to content

Commit 6322753

Browse files
committed
chore(travis): script
1 parent fd12251 commit 6322753

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

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

2121
after_success:
2222
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)