Skip to content

Commit

Permalink
#4 Adding coverageio in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgil committed Sep 5, 2016
1 parent 7853ad7 commit 59a6792
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ before_script:
- composer update
# - make deps

after_script:
- php vendor/bin/coveralls -v

notifications:
email:
- [email protected]

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"mongodb/mongodb": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "5.5.*"
"phpunit/phpunit": "5.5.*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": { "Mapmon\\": "src" }
Expand Down

0 comments on commit 59a6792

Please sign in to comment.