From 68ede36d5b632a80e97308b1e8e6cfe2c4a2e42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robbert=20M=C3=BCller?= Date: Thu, 28 Jan 2016 14:00:46 +0100 Subject: [PATCH] add hhvm as target; allow failures --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 47db795..e28ccab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,11 @@ language: php php: - '5.6' - '7.0' + - 'hhvm' + +matrix: + allow_failures: + - php: 'hhvm' before_script: - composer install