From 4000d7677516cb76d0b6ce85b04b54538c3f39da Mon Sep 17 00:00:00 2001 From: Brook Schofield <schofield@terena.org> Date: Fri, 21 Nov 2014 16:06:49 +0100 Subject: [PATCH] add testing for php 5.6 and hhvm (allow failures) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index a762e2a66..aee864b4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,12 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - hhvm + +matrix: + allow_failures: + - php: hhvm before_script: composer install -- GitLab