Skip to content

Commit

Permalink
Fix php-coveralls version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Jul 22, 2016
1 parent 353c13e commit 75d540e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ script:
- phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml

after_success:
- if [ -f ./build/logs/clover.xml ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then travis_retry composer require satooshi/php-coveralls:dev-master --no-interaction --update-with-dependencies; fi
- if [ -f ./build/logs/clover.xml ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi
- if [ -f ./build/logs/clover.xml ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi
- if [ -f ./build/logs/clover.xml ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ -f ./build/logs/clover.xml ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi

0 comments on commit 75d540e

Please sign in to comment.