Skip to content

Commit 5fa3c19

Browse files
committed
Don't run coverage check via composer, because composer kills things
that take too long.
1 parent 6cd6d02 commit 5fa3c19

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
@@ -28,4 +28,4 @@ install:
2828
- travis_retry composer install --no-interaction --prefer-dist
2929

3030
script:
31-
- if [[ "$WITH_COVERAGE" == "true" ]]; then composer coverage; else composer test; fi
31+
- if [[ "$WITH_COVERAGE" == "true" ]]; then ./vendor/bin/phpunit --coverage-text; else composer test; fi

0 commit comments

Comments
 (0)