File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,26 @@ matrix:
20
20
include :
21
21
- php : 5.6
22
22
env : SYMFONY_VERSION=2.3.*
23
- - php : 5.6
24
- env : SYMFONY_VERSION=2.5.*
25
23
- php : 5.6
26
24
env : SYMFONY_VERSION=2.7.*
27
25
- php : 5.6
28
26
env : SYMFONY_VERSION=3.0.*
27
+ - php : 5.3.3
28
+ env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
29
29
allow_failures :
30
30
- php : 5.6
31
31
env : SYMFONY_VERSION=2.7.*
32
32
- php : 5.6
33
33
env : SYMFONY_VERSION=3.0.*
34
34
35
- before_script :
35
+ before_install :
36
36
- composer self-update
37
37
- if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
38
- - composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
39
- - vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
38
+ - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
39
+
40
+ install : composer update $COMPOSER_FLAGS --prefer-dist
41
+
42
+ before_script : vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
40
43
41
44
script : phpunit --coverage-text
42
45
Original file line number Diff line number Diff line change 23
23
"doctrine/phpcr-odm" : " ~1.1"
24
24
},
25
25
"require-dev" : {
26
- "symfony-cmf/testing" : " ~1.2 " ,
26
+ "symfony-cmf/testing" : " dev-lowest_versions " ,
27
27
"matthiasnoback/symfony-dependency-injection-test" : " 0.*" ,
28
28
"matthiasnoback/symfony-config-test" : " 0.*" ,
29
29
"sonata-project/doctrine-phpcr-admin-bundle" : " ~1.1" ,
You can’t perform that action at this time.
0 commit comments