Skip to content

Commit f4f6a19

Browse files
committed
Fix phpunit code coverage under Travis-CI.
1 parent cfe07ee commit f4f6a19

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ php:
1212
- 7.0
1313
- hhvm
1414

15-
env:
16-
global:
17-
- TEST_COMMAND="phpunit"
18-
1915
matrix:
2016
fast_finish: true
2117
include:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"require-dev": {
2020
"guzzlehttp/psr7": "^1.0",
2121
"php-http/adapter-integration-tests": "^0.2",
22+
"phpunit/phpunit": "^4.8@stable",
2223
"zendframework/zend-diactoros": "^1.0"
2324
},
2425
"autoload": {

composer.lock

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)