Skip to content

Commit e025343

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

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

2626
before_script:
2727
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist

0 commit comments

Comments
 (0)