Remove HHVM from .travis.yml
HHVM fails with array destructuring which phpunit uses. The problem here is Travis flags build as errored because of this.
This commit is contained in:
parent
679111fc88
commit
1062a5130d
@ -6,7 +6,6 @@ php:
|
|||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
- hhvm
|
|
||||||
|
|
||||||
# This triggers builds to run on the new TravisCI infrastructure.
|
# This triggers builds to run on the new TravisCI infrastructure.
|
||||||
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
|
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
|
||||||
|
Loading…
Reference in New Issue
Block a user