Skip to content

Commit

Permalink
Merge pull request #151 from Ocramius/cleanup/coveralls-removal
Browse files Browse the repository at this point in the history
Coveralls removal
  • Loading branch information
Ocramius committed Mar 6, 2014
2 parents acd64ce + 2a0a440 commit 8c47bbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ script:
- php -n ./vendor/bin/phpunit --group=Performance
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/

after_script:
- php vendor/bin/coveralls -v

matrix:
allow_failures:
- php: hhvm
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"phpmd/phpmd": "1.4.*",
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "~0.6"
"squizlabs/php_codesniffer": "1.5.*"
},
"suggest": {
"zendframework/zend-stdlib": "To use the hydrator proxy",
Expand Down

0 comments on commit 8c47bbf

Please sign in to comment.