Skip to content

Commit affe208

Browse files
remove dependency scrutinizer/ocular and satooshi/php-coveralls
1 parent 6988f14 commit affe208

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@ script:
4444
- vendor/bin/phpunit --coverage-clover build/coverage-clover.xml
4545

4646
after_script:
47-
- vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage-clover.xml
48-
- vendor/bin/php-coveralls -v -c .coveralls.yml
47+
- wget https://scrutinizer-ci.com/ocular.phar
48+
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar
49+
- php ocular.phar code-coverage:upload --format=php-clover build/coverage-clover.xml
50+
- php php-coveralls.phar -v -c .coveralls.yml

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"psr/log": "~1.0",
2222
"gpslab/compressor": "~1.0",
2323
"symfony/console": "~2.4|~3.0|~4.0",
24-
"phpunit/phpunit": "^4.8.36",
25-
"scrutinizer/ocular": "~1.5",
26-
"php-coveralls/php-coveralls": "^2.0"
24+
"phpunit/phpunit": "^4.8.36"
2725
}
2826
}

0 commit comments

Comments
 (0)