Skip to content

Commit

Permalink
Added codesniffer on travis and updated the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos committed Apr 5, 2016
1 parent 2d42125 commit 09328a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ before_script:

script:
- vendor/bin/phpunit --coverage-clover=clover.xml
- vendor/bin/phpcs ./src --standard=PSR2 -n

after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xm/guzzle_logger",
"name": "gmponos/guzzle_logger",
"description": "A middleware for guzzle to log every request and response",
"license": "MIT",
"homepage": "https://github.com/gmponos/Guzzle-logger",
Expand Down

0 comments on commit 09328a5

Please sign in to comment.