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

Commit a0b2045

Browse files
committed
Merge pull request #134 from symfony-cmf/symfony-2
symfony 2.x promised BC, but symfony 3 will happen sometime
2 parents 233997f + 7e4c74d commit a0b2045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ env:
1212

1313
matrix:
1414
allow_failures:
15-
- env: SYMFONY_VERSION=dev-master
1615
- php: hhvm
1716
include:
1817
- php: 5.5
1918
env: SYMFONY_VERSION=2.3.*
2019
- php: 5.5
2120
env: SYMFONY_VERSION=2.4.*
2221
- php: 5.5
23-
env: SYMFONY_VERSION=dev-master
22+
env: SYMFONY_VERSION=2.*
2423

2524
before_script:
2625
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source

0 commit comments

Comments
 (0)