Skip to content

Commit

Permalink
Added coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
clphillips committed Mar 3, 2016
1 parent 52bec41 commit 48aec1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ before_script:
- composer install
script:
- ./vendor/bin/phpunit --coverage-text
- ./vendor/bin/phpcs --extensions=php --report=summary --standard=PSR2 ./src ./tests
- ./vendor/bin/phpcs --extensions=php --report=summary --standard=PSR2 ./src ./tests
after_script:
- php ./vendor/bin/coveralls -v
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": ">=5.4.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.2",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
"psr-4": {"Minphp\\Session\\": "src"}
Expand Down

0 comments on commit 48aec1f

Please sign in to comment.