This repository was archived by the owner on Jul 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3535
3636before_install :
3737 - composer self-update
38- - if [[ $(phpenv version-name) == "$COVERALLS_EXECUTION_PHP_VERSION" ]]; then composer require "satooshi /php-coveralls:^1.0 " --no-update -n; fi
38+ - if [[ $(phpenv version-name) == "$COVERALLS_EXECUTION_PHP_VERSION" ]]; then composer require "php-coveralls /php-coveralls:^2.1 " --no-update -n; fi
3939 - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
4040
4141install : composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
@@ -48,4 +48,4 @@ script:
4848 - if [[ $(phpenv version-name) == "$PHP_CS_FIXER_EXECUTION_PHP_VERSION" ]]; then ./vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation --using-cache=no --path-mode=intersection -- "${COMMIT_SCA_FILES[@]}"; fi
4949
5050after_script :
51- - if [[ $(phpenv version-name) == "$COVERALLS_EXECUTION_PHP_VERSION" ]]; then ./vendor/bin/coveralls -v; fi
51+ - if [[ $(phpenv version-name) == "$COVERALLS_EXECUTION_PHP_VERSION" ]]; then ./vendor/bin/php- coveralls -v; fi
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111### Changed
1212
1313* Updated Travis CI configuration for PHP 5.6 (end of life), PHP 7.0 (end of life), PHP 7.3 (new default) and HHVM (no longer supports PHP)
14+ * Updated Travis CI configuration to use new Coveralls Composer package and version (2.1)
1415* Upgraded to PHPUnit 6.2+
1516
1617### Deprecated
You can’t perform that action at this time.
0 commit comments