Skip to content

Commit 496e5f3

Browse files
committed
Merge pull request #154 from symfony-cmf/hhvm-symfony-2
allow hhvm to fail. symfony 2.x promised BC, but symfony 3 will happen s...
2 parents f3e16bd + ea506fe commit 496e5f3

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_install:
2525
- composer self-update

0 commit comments

Comments
 (0)