Skip to content

Commit b2646fe

Browse files
committed
Move coveralls dependency to travis
1 parent 985bcac commit b2646fe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix:
2020
# Test the latest stable release
2121
- php: 7.1
2222
- php: 7.2
23-
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml"
23+
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml" DEPENDENCIES="satooshi/php-coveralls:^2.1"
2424

2525
# Test LTS versions
2626
- php: 7.2

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"require-dev": {
1919
"phpunit/phpunit": "^7.2.7",
2020
"symfony/http-foundation": "^3.4 || ^4.0",
21-
"zendframework/zend-diactoros": "^1.8",
22-
"satooshi/php-coveralls": "^1.1"
21+
"zendframework/zend-diactoros": "^1.8"
2322
},
2423
"autoload": {
2524
"psr-4": {

0 commit comments

Comments
 (0)