This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ matrix:
27
27
env : SYMFONY_VERSION=2.8.*
28
28
- php : 5.6
29
29
env : SYMFONY_VERSION=3.0.*@dev
30
+ - php : 5.3.3
31
+ env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
30
32
allow_failures :
31
33
- php : 5.6
32
34
env : SYMFONY_VERSION=2.8.*
@@ -37,8 +39,9 @@ matrix:
37
39
before_install :
38
40
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
39
41
- composer self-update
40
-
41
- install : composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
42
+ - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
43
+
44
+ install : composer update $COMPOSER_FLAGS --prefer-dist
42
45
43
46
script : phpunit --coverage-text
44
47
Original file line number Diff line number Diff line change 23
23
},
24
24
"require-dev" : {
25
25
"symfony-cmf/routing-bundle" : " ~1.2" ,
26
- "symfony-cmf/testing" : " ~1.1 " ,
26
+ "symfony-cmf/testing" : " dev-lowest_versions " ,
27
27
"sonata-project/doctrine-phpcr-admin-bundle" : " ~1.1" ,
28
28
"symfony/monolog-bundle" : " ~2.3"
29
29
},
You can’t perform that action at this time.
0 commit comments