Skip to content

Commit

Permalink
update to use coverall 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed May 9, 2016
1 parent ca02c58 commit 79afe5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# for php-coveralls
service_name: travis-ci
src_dir: src
coverage_clover: build/logs/clover.xml
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
- php ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/php-cs-fixer fix -v --diff --dry-run

after_script:
after_success:
- php vendor/bin/coveralls -v

notifications:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"phpunit/phpunit": "~4.8",
"prooph/event-store" : "dev-develop",
"fabpot/php-cs-fixer": "1.7.*",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 79afe5b

Please sign in to comment.