File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ matrix:
39
39
- php : 7.2
40
40
env : STABILITY=dev SYMFONY_VERSION=4.0.*
41
41
- php : 7.1
42
- env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
42
+ env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.0 SYMFONY_DEPRECATIONS_HELPER=weak
43
43
- php : 7.2
44
44
env : STABILITY=dev SYMFONY_VERSION=3.3.*
45
45
- php : 7.2
@@ -56,7 +56,7 @@ before_install:
56
56
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
57
57
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
58
58
59
- install : travis_wait php -d memory_limit=-1 `which composer` update --prefer-dist $COMPOSER_FLAGS
59
+ install : travis_wait composer update --prefer-dist $COMPOSER_FLAGS
60
60
61
61
script :
62
62
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi
You can’t perform that action at this time.
0 commit comments