Skip to content

Commit 59631c7

Browse files
author
Gravitano
committed
allow failure when using hhvm
1 parent b5e5f79 commit 59631c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ php:
66
- 5.6
77
- hhvm
88

9+
matrix:
10+
allow_failures:
11+
- php: hhvm
12+
913
before_script:
1014
- composer self-update
1115
- composer install --prefer-source --no-interaction --dev

0 commit comments

Comments
 (0)