Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 9458966

Browse files
author
Kirill Fuchs
committed
new code coverage cmd
1 parent 288725a commit 9458966

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
@@ -12,7 +12,7 @@ before_script:
1212
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1313
- chmod +x ./cc-test-reporter
1414
script:
15-
- composer test-coverage
15+
- vendor/bin/phpunit --coverage-clover ./
1616
# Preferably you will run test-reporter on branch update events. But
1717
# if you setup travis to build PR updates only, you don't need to run
1818
# the line below

0 commit comments

Comments
 (0)