This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,23 @@ cache:
17
17
matrix :
18
18
include :
19
19
- php : 5.6
20
- env : SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev" DEPS=dev
20
+ env : DEPS=dev
21
21
- php : 5.3
22
22
env : COMPOSER_FLAGS="--prefer-lowest"
23
23
- php : 5.6
24
24
env : SYMFONY_VERSION=2.3.*
25
25
- php : 5.6
26
26
env : SYMFONY_VERSION=2.7.*
27
+ - php : 5.6
28
+ env : SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev"
27
29
fast_finish : true
28
30
29
31
before_install :
30
32
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
31
33
- phpenv config-rm xdebug.ini || true
32
34
- composer self-update
33
35
- if [ "$DEPS" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi
34
- - if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${ SYMFONY_VERSION} --no-update; fi
36
+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require " symfony/symfony:$SYMFONY_VERSION" --no-update; fi
35
37
36
38
install : composer update --prefer-dist $COMPOSER_FLAGS
37
39
You can’t perform that action at this time.
0 commit comments