diff --git a/.travis.yml b/.travis.yml index efbce0c..ec59678 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,14 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm + +# also test against HHVM, but require "trusty" and ignore errors +matrix: + include: + - php: hhvm + dist: trusty + allow_failures: + - php: hhvm sudo: false