diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index d153758a..00000000 --- a/.coveralls.yml +++ /dev/null @@ -1,2 +0,0 @@ -# to solve https://github.com/satooshi/php-coveralls/issues/56 -src_dir: . diff --git a/.travis.yml b/.travis.yml index 65b574d8..165a893d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ before_script: script: - vendor/bin/phpunit -v --coverage-clover build/logs/clover.xml - - if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then php vendor/bin/coveralls -v; fi; + - if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar && travis_retry php coveralls.phar -v; fi; notifications: email: diff --git a/travis_install_dependencies.sh b/travis_install_dependencies.sh index 15e24ab6..4941b4bc 100644 --- a/travis_install_dependencies.sh +++ b/travis_install_dependencies.sh @@ -9,7 +9,6 @@ if [ -n "${MIN_STABILITY:-}" ]; then sed -i -e "s/\"minimum-stability\": \"stable\"/\"minimum-stability\": \"${MIN_STABILITY}\"/" composer.json fi -composer require --no-update satooshi/php-coveralls:"~0.6@stable" guzzle/guzzle:">=3.0.4@stable" composer remove --no-update symfony/framework-bundle symfony/form if [ -n "${SYMFONY_VERSION:-}" ]; then