From f4dec3fdc9b86121201d17122437b5ff159ed535 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 15 Jul 2014 07:17:27 +0200 Subject: [PATCH] Added PHP 5.6 and HHVM to travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1938341..cf5da1d 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: - echo 'Installing composer dependencies now!'