File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737matrix :
3838 include :
3939 - php : 7.2
40- env : STABILITY=dev SYMFONY_VERSION=4.0.*
40+ env : SYMFONY_VERSION=4.0.*
4141 - php : 7.1
42- env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.0 SYMFONY_DEPRECATIONS_HELPER=weak
42+ env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4343 - php : 7.2
44- env : STABILITY=dev SYMFONY_VERSION=3.3.*
44+ env : SYMFONY_VERSION=3.3.*
4545 - php : 7.2
46- env : STABILITY=dev SYMFONY_VERSION=3.4.*
46+ env : SYMFONY_VERSION=3.4.*
4747 - env : TEST_INSTALLATION=true
4848 fast_finish : true
4949 allow_failures :
@@ -52,12 +52,12 @@ matrix:
5252before_install :
5353 - phpenv config-rm xdebug.ini || true
5454 - composer self-update
55+ - composer validate --no-check-all --ansi
5556 - if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; composer config prefer-stable true; fi;
5657 - if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
5758 - export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
5859
5960install : travis_wait composer update --prefer-dist $COMPOSER_FLAGS
60-
6161script :
6262 - if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi
6363
You can’t perform that action at this time.
0 commit comments