Skip to content

Commit

Permalink
improve coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Mar 23, 2016
1 parent fefd182 commit 7b3e918
Show file tree
Hide file tree
Showing 2 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,3 +1,2 @@
src_dir: src/main/php
coverage_clover: docs/phpunit/clover.xml
json_path: docs/phpunit/coveralls-upload.json
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ matrix:

install:
- composer install
- composer require satooshi/php-coveralls '~1.0'
- composer require satooshi/php-coveralls

script:
- vendor/bin/phpunit --coverage-text

after_script:
- vendor/bin/coveralls
- travis_retry vendor/bin/coveralls

0 comments on commit 7b3e918

Please sign in to comment.