Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit cf66c8b

Browse files
committed
Revert test coverage integration
This won’t work until the tests are prepared, so it will be added later. This reverts commits 4c4a920 and fe93792.
1 parent 4c4a920 commit cf66c8b

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ php:
77
- hhvm
88
- nightly
99
before_script: composer install
10-
after_script:
11-
- vendor/bin/test-reporter
1210
matrix:
1311
allow_failures:
1412
- php: hhvm
1513
- php: nightly
1614
fast_finish: true
17-
addons:
18-
codeclimate: true
1915
notifications:
2016
webhooks:
2117
urls:
2218
- https://webhooks.gitter.im/e/8229d26a4f90bcc6cd67
23-
script: vendor/bin/phpunit --bootstrap ./tests/bootstrap.php --coverage-clover build/logs/clover.xml tests
19+
script: vendor/bin/phpunit --bootstrap ./tests/bootstrap.php tests

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"monolog/monolog": "~1.10"
2323
},
2424
"require-dev": {
25-
"codeclimate/php-test-reporter": "dev-master",
2625
"phpdocumentor/phpdocumentor": "~2.6.1",
2726
"phpunit/phpunit": "~4.1.3"
2827
},

0 commit comments

Comments
 (0)