Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7b9663b

Browse files
committed
Merge pull request #28 from symfony-cmf/travis_tweaks
test all symfony2 verions
2 parents 538e803 + fe9906d commit 7b9663b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ php:
44
- 5.3
55
- 5.4
66

7+
env:
8+
- SYMFONY_VERSION=2.1.*
9+
- SYMFONY_VERSION=2.2.*
10+
711
before_script:
12+
- composer require symfony/routing:${SYMFONY_VERSION} --no-update
813
- composer install --dev
914
- cp ./Tests/Functional/config/parameters.yml.dist ./Tests/Functional/config/parameters.yml
1015
- php Tests/Functional/console doctrine:phpcr:init:dbal

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
],
1414
"minimum-stability": "dev",
1515
"require": {
16-
"php": ">=5.3.2",
16+
"php": ">=5.3.3",
1717
"symfony/framework-bundle": ">=2.1,<2.3-dev",
1818
"friendsofsymfony/jsrouting-bundle": "dev-master"
1919
},
2020
"require-dev": {
2121
"symfony/class-loader": ">=2.1,<2.3-dev",
22-
"doctrine/doctrine-bundle": "dev-master",
22+
"symfony/browser-kit": ">=2.1,<2.3-dev",
23+
"doctrine/doctrine-bundle": "1.*",
2324
"symfony/yaml": ">=2.1,<2.3-dev",
2425
"symfony/finder": ">=2.1,<2.3-dev",
2526
"jackalope/jackalope-doctrine-dbal": "1.0.*",

0 commit comments

Comments
 (0)