We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9676e52 commit 07ac500Copy full SHA for 07ac500
.coveralls.yml
.travis.yml
@@ -18,6 +18,3 @@ script:
18
- mkdir -p build/logs
19
- phpunit --coverage-clover build/logs/clover.xml
20
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi;'
21
-
22
-after_script:
23
- - php vendor/bin/coveralls -v
composer.json
@@ -16,8 +16,7 @@
16
"guzzle/guzzle": "~3.7"
17
},
"require-dev": {
- "phpunit/phpunit": ">=4.1",
- "satooshi/php-coveralls": "dev-master"
+ "phpunit/phpunit": ">=4.1"
"suggest": {
"symfony/http-foundation": "Needed for the Trello webhook service"
0 commit comments