Skip to content

Commit a787127

Browse files
committed
symfony 2.x promised BC, but symfony 3 will happen sometime
1 parent 17e5e74 commit a787127

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.6.*
2423

2524
before_script:
2625
- composer self-update

0 commit comments

Comments
 (0)