Skip to content

Commit 8bdf1ac

Browse files
committed
Simplified phpunit output
1 parent e33853d commit 8bdf1ac

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
@@ -22,4 +22,4 @@ install:
2222
- if [ "$DEPENDENCIES" == "low" ]; then composer update --prefer-lowest; fi;
2323

2424
script:
25-
- ./bin/phpunit --coverage-text
25+
- ./bin/phpunit

0 commit comments

Comments
 (0)