Skip to content

Commit f6452d3

Browse files
Merge pull request #49 from Nyholm/coveralls
Move coveralls dependency to travis
2 parents 73f1c92 + ccb6e34 commit f6452d3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
php: 7.1
2424
- name: "PHP 7.2 with code coverage"
2525
php: 7.2
26-
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml"
26+
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml" DEPENDENCIES="php-coveralls/php-coveralls:^2.1"
2727

2828
# Test LTS versions
2929
- name: "PHP 7.2 with Symfony 3 components"
@@ -58,5 +58,5 @@ script:
5858
- $TEST_COMMAND
5959

6060
after_success:
61-
- if [[ $COVERAGE = true ]]; then php vendor/bin/coveralls -v; fi
61+
- if [[ $COVERAGE = true ]]; then php vendor/bin/php-coveralls -v; fi
6262

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)