Skip to content

Commit 8324201

Browse files
committed
Update composer.json and .travis.yml script
1 parent 8061ea9 commit 8324201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ install:
1212
- composer install
1313

1414
script:
15-
- "./vendor/bin/phpunit --coverage-text"
15+
- "./vendor/bin/phpunit --testdox --coverage-text"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"scripts": {
5252
"test": [
53-
"vendor/bin/phpunit --testdox --coverage-text"
53+
"vendor/bin/phpunit --testdox"
5454
]
5555
}
5656
}

0 commit comments

Comments
 (0)