From 14499f5021d7d2de51aeca5db7c38ae0b05d1b6c Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 5 Jan 2016 22:25:57 +0100 Subject: [PATCH] Removing coveralls installation/reporting from 2.5: not required --- .travis.yml | 3 --- composer.json | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb6637849..c6bcf3072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,6 @@ script: - ENABLE_SECOND_LEVEL_CACHE=0 ./vendor/bin/phpunit -v -c tests/travis/$DB.travis.xml $PHPUNIT_FLAGS - ENABLE_SECOND_LEVEL_CACHE=1 ./vendor/bin/phpunit -v -c tests/travis/$DB.travis.xml --exclude-group performance,non-cacheable,locking_functional -after_script: - - php vendor/bin/coveralls -v - matrix: exclude: - php: hhvm diff --git a/composer.json b/composer.json index d16ccf025..ce740f88a 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,7 @@ }, "require-dev": { "symfony/yaml": "~2.3|~3.0", - "phpunit/phpunit": "~4.0", - "satooshi/php-coveralls": "dev-master" + "phpunit/phpunit": "~4.0" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"