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

Commit 458db05

Browse files
committed
Make minor improvements in Travis CI configuration
1 parent cacdcfe commit 458db05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cache:
3636
before_install:
3737
- composer self-update
3838
- if [[ $(phpenv version-name) == "$COVERALLS_EXECUTION_PHP_VERSION" ]]; then composer require "php-coveralls/php-coveralls:^2.1" --no-update -n; fi
39-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
39+
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update -n; fi
4040

4141
install: composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
4242

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

1212
### Changed
1313

14+
* Made minor improvements in Travis CI configuration
1415
* PHP CS Fixer: Replaced rule set PHP56Migration with PHP70Migration and PHP70Migration:risky
1516
* Set error_reporting level for tests to -1
1617
* 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)

0 commit comments

Comments
 (0)