Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 4a71370

Browse files
committed
travis: remove --coverage-text flag
1 parent 4b192ff commit 4a71370

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
@@ -9,7 +9,7 @@ php:
99
- 7.1
1010

1111
script:
12-
- phpunit --coverage-text
12+
- phpunit
1313

1414
before_install:
1515
- composer self-update

0 commit comments

Comments
 (0)