Skip to content

Commit

Permalink
Fix build and coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Apr 4, 2014
1 parent 58d7cdc commit 15a4bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ before_install:
- composer install

script:
- vendor/bin/phpunit -c tests --coverage-clover ./coverage/clover.xml
- vendor/bin/phpunit -c tests --coverage-clover tests/coverage/clover.xml
- vendor/bin/phpcs src tests --standard=PSR2 --report=summary

after_script:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -23,8 +23,7 @@
}
},
"require-dev": {
"zendframework/zend-filter": "2.*",
"zendframework/zend-modulemanager": "2.*",
"zendframework/zendframework": "2.*",
"phpunit/PHPUnit": "3.7.*",
"squizlabs/php_codesniffer": "1.*",
"satooshi/php-coveralls": "dev-master"
Expand Down

0 comments on commit 15a4bc4

Please sign in to comment.