Skip to content

Commit ea506fe

Browse files
committed
allow hhvm to fail. symfony 2.x promised BC, but symfony 3 will happen sometimes
1 parent f3e16bd commit ea506fe

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)