Skip to content

Commit

Permalink
Fixed Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Koriit committed May 2, 2018
1 parent 7be09fe commit e3b8049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ script:
- if [[ $(phpenv version-name) != '7.2' ]]; then vendor/bin/phpunit ; fi

after_script:
- if [[ $(phpenv version-name) == '7.2' ]]; then composer require satooshi/php-coveralls:dev-master -n && php vendor/bin/coveralls -v ; fi
- if [[ $(phpenv version-name) == '7.2' ]]; then php vendor/bin/php-coveralls -v ; fi
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"php-di/php-di": "^6.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "~4.8",
"squizlabs/php_codesniffer": "^2.3"
},
Expand Down

0 comments on commit e3b8049

Please sign in to comment.