Workaround for broken default HHVM config on Travis-CI (https://github.com/travis-ci/travis-ci/issues/7712)
This commit is contained in:
parent
70e35cc9da
commit
1003010d93
|
|
@ -4,10 +4,10 @@ php:
|
|||
- 7.0
|
||||
- 5.6
|
||||
- 5.5
|
||||
- hhvm
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
include:
|
||||
- php: hhvm
|
||||
dist: trusty
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y -qq postfix
|
||||
|
|
|
|||
Loading…
Reference in New Issue