Skip to content

Commit 29b3f9a

Browse files
committed
specific version
1 parent 0c0dba6 commit 29b3f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ matrix:
3939
- php: 7.2
4040
env: STABILITY=dev SYMFONY_VERSION=4.0.*
4141
- 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
4343
- php: 7.2
4444
env: STABILITY=dev SYMFONY_VERSION=3.3.*
4545
- php: 7.2
@@ -56,7 +56,7 @@ before_install:
5656
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
5757
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
5858

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
6060

6161
script:
6262
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi

0 commit comments

Comments
 (0)