Skip to content

Commit 07ac500

Browse files
committed
Removed coveralls
1 parent 9676e52 commit 07ac500

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ script:
1818
- mkdir -p build/logs
1919
- phpunit --coverage-clover build/logs/clover.xml
2020
- 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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"guzzle/guzzle": "~3.7"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": ">=4.1",
20-
"satooshi/php-coveralls": "dev-master"
19+
"phpunit/phpunit": ">=4.1"
2120
},
2221
"suggest": {
2322
"symfony/http-foundation": "Needed for the Trello webhook service"

0 commit comments

Comments
 (0)