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

Commit 3bfdc2e

Browse files
committed
symfony 2.x promised BC, but symfony 3 will happen sometime
1 parent a936046 commit 3bfdc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

1313
matrix:
1414
allow_failures:
15-
- env: SYMFONY_VERSION=dev-master
15+
- php: hhvm
1616
include:
1717
- php: 5.5
1818
env: SYMFONY_VERSION=2.3.*
1919
- php: 5.5
2020
env: SYMFONY_VERSION=2.4.*
2121
- php: 5.5
22-
env: SYMFONY_VERSION=dev-master
22+
env: SYMFONY_VERSION=2.6.*
2323

2424
before_script:
2525
- composer self-update

0 commit comments

Comments
 (0)