Skip to content

Commit

Permalink
Merge pull request #12 from loadsys/f/coveralls-coverage
Browse files Browse the repository at this point in the history
F/coveralls coverage
  • Loading branch information
beporter committed Sep 11, 2015
2 parents b0c24c3 + 7a51097 commit 765d4ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ before_script:

script:
- vendor/bin/phpcs -p --extensions=php --standard=Loadsys ./src ./tests ./config
- vendor/bin/phpunit
- vendor/bin/phpunit -v --coverage-clover=build/logs/clover.xml

after_success:
- php vendor/bin/coveralls -v

notifications:
email: false
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"cakephp/cakephp": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"loadsys/loadsys_codesniffer": "~3.0"
"phpunit/phpunit": "~4.7",
"loadsys/loadsys_codesniffer": "~3.0",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 765d4ae

Please sign in to comment.