Skip to content

Commit d0ef38d

Browse files
committed
chore(travis): script
1 parent 8df0473 commit d0ef38d

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

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

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

0 commit comments

Comments
 (0)