Skip to content

Commit

Permalink
Merge pull request #371 from spira/hotfix/coveralls-reporting
Browse files Browse the repository at this point in the history
Updated composer.json to use version 1.0.x of satooshi/coveralls, rem…
  • Loading branch information
zakhenry committed Jan 27, 2016
2 parents 803e27e + 8dce7cb commit 3418995
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 206 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
service_name: travis-ci

# for php-coveralls
src_dir: .
coverage_clover:
- reports/coverage/api/clover.xml #api
- reports/coverage/app/clover.xml #app
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "~1.0"
},
"config": {
"preferred-install": "dist",
Expand Down

0 comments on commit 3418995

Please sign in to comment.