From 5f06910e28b54cdf5f18cf754ea82b323fab9dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 9 Jun 2017 11:12:05 +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 6983d72..d47b3ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,14 @@ php: - 5.5 - 5.6 - 7 - - hhvm + +# also test against HHVM, but require "trusty" and ignore errors +matrix: + include: + - php: hhvm + dist: trusty + allow_failures: + - php: hhvm sudo: false