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 +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,18 @@ matrix:
24
24
env : SYMFONY_VERSION=2.4.*
25
25
- php : 5.5
26
26
env : SYMFONY_VERSION=2.6.*
27
+ - php : 5.3.3
28
+ env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
27
29
28
- before_script :
30
+ before_install :
29
31
- composer selfupdate
30
- - composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
31
- - vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
32
+ - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
33
+
34
+ install : composer update $COMPOSER_FLAGS --prefer-dist
32
35
33
- script :
34
- - phpunit
36
+ before_script : vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
37
+
38
+ script : phpunit
35
39
36
40
notifications :
37
41
irc : " irc.freenode.org#symfony-cmf"
Original file line number Diff line number Diff line change 20
20
"jms/metadata" : " 1.5.*"
21
21
},
22
22
"require-dev" : {
23
- "symfony-cmf/testing" : " ~1.1 " ,
23
+ "symfony-cmf/testing" : " dev-lowest_versions " ,
24
24
"symfony/yaml" : " ~2.1" ,
25
- "matthiasnoback/symfony-dependency-injection-test" : " 0.* " ,
25
+ "matthiasnoback/symfony-dependency-injection-test" : " ~0.6 " ,
26
26
"matthiasnoback/symfony-config-test" : " 0.*" ,
27
27
"doctrine/phpcr-odm" : " ~1.2" ,
28
28
"phpunit/phpunit" : " ~4.5"
You can’t perform that action at this time.
0 commit comments