Skip to content

Commit

Permalink
updated Coveralls integration by using the newly provided satooshi/ph…
Browse files Browse the repository at this point in the history
…p-coveralls standalone binary
  • Loading branch information
craue committed Dec 29, 2015
1 parent 3663f86 commit 11dbb14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion travis_install_dependencies.sh
Expand Up @@ -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
Expand Down

0 comments on commit 11dbb14

Please sign in to comment.