Skip to content

Commit

Permalink
TravisCI coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mnabialek committed Aug 24, 2016
1 parent 976f283 commit ea8d77b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ php:
before_script:
- composer self-update
- composer install --no-interaction
after_success: coveralls

script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": "^5.4",
"mockery/mockery": "^0.9.5"
"mockery/mockery": "^0.9.5",
"satooshi/php-coveralls": "dev-master"
}
}

0 comments on commit ea8d77b

Please sign in to comment.