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 +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3636before_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
4141install : composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
4242
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments