mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
Set allow failure on hhvm due to facebook/hhvm#3321
This commit is contained in:
parent
99ecfc5287
commit
6b13abb570
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm # due to facebook/hhvm#3321
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CURRENT_DIR=`pwd`
|
- CURRENT_DIR=`pwd`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue