Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit 7a36358

Browse files
committed
Update Travis CI configuration to use new Coveralls Composer package and version (2.1)
1 parent 842dd2e commit 7a36358

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cache:
3535

3636
before_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

4141
install: 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

5050
after_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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)