Skip to content

Commit 10bd405

Browse files
committed
Allow failures for HHVM
1 parent d290425 commit 10bd405

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
@@ -20,6 +20,8 @@ matrix:
2020
include:
2121
- php: 7.1
2222
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
23+
allow_failures:
24+
- php: hhvm
2325

2426
before_script:
2527
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist

0 commit comments

Comments
 (0)