Skip to content

Commit bbca57f

Browse files
committed
Allow tests on HHVM to fail
There is some problem with serialisation on HHVM which could be fixed soon. This seems to be affecting only the tests, not the actual code in the library.
1 parent 2f719f8 commit bbca57f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ env:
1818

1919
matrix:
2020
fast_finish: true
21+
allow_failures:
22+
- php: hhvm
2123
exclude:
2224
- php: hhvm
2325
env: DEPS=lowest

0 commit comments

Comments
 (0)