From 4003b737023457037688116eefd60a9753dcb2b2 Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Sat, 23 Jun 2018 14:01:01 +0200 Subject: [PATCH] Ignore HHVM build errors (#14) --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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