Skip to content

Commit

Permalink
Upgrading to php-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Jul 12, 2019
1 parent e5b9655 commit 9a8d566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -81,5 +81,5 @@ script:
- composer phpstan
- composer require-checker
after_script:
- if [ "$COVERALLS" = "true" ] ; then ./vendor/bin/coveralls -v; fi
- if [ "$COVERALLS" = "true" ] ; then ./vendor/bin/php-coveralls -v; fi
- if [ "$COVERALLS" = "true" ] ; then vendor/bin/couscous travis-auto-deploy --php-version=7.1 -vvv; fi
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -42,7 +42,7 @@
},
"require-dev" : {
"phpunit/phpunit": "^7.4.4 || ^8.0.0",
"php-coveralls/php-coveralls": "^2.0.0",
"php-coveralls/php-coveralls": "^2.1",
"wa72/simplelogger" : "^1.0",
"friendsofphp/php-cs-fixer": "^2.15.1",
"symfony/process": "^3 || ^4",
Expand Down

0 comments on commit 9a8d566

Please sign in to comment.