diff --git a/.travis.yml b/.travis.yml index 3c63b0c..fff3b15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,14 @@ php: - 5.5 - 5.6 - 7.0 - - hhvm + +# also test against HHVM, but require "trusty" and ignore errors +matrix: + include: + - php: hhvm + dist: trusty + allow_failures: + - php: hhvm before_script: composer install