From b1ca166b71342222791f9968068947c8f3705e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 16 Jun 2017 11:06:53 +0200 Subject: [PATCH] Fix HHVM build for now again and ignore future HHVM build errors --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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