Skip to content

Commit

Permalink
Moved conflictual phpcov to travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Infanti committed Jul 25, 2018
1 parent 42a0c8e commit bbfa185
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 897 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ php:
- '7.2'

install:
composer install
- composer require php-coveralls/php-coveralls:"^2.1" phpunit/phpcov:">=3.0"
- composer install

after_success:
- travis_retry php vendor/bin/php-coveralls
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5.0|^6.0|^7.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpcov": ">=3.0"
"phpunit/phpunit": "^5.0|^6.0|^7.0"
}
}

0 comments on commit bbfa185

Please sign in to comment.