From f20d64dbcb3a62984c76a7d0801f79887a8e2955 Mon Sep 17 00:00:00 2001 From: Justin Hook Date: Sun, 24 Aug 2014 22:39:21 +0100 Subject: [PATCH] Add PHP 5.5, 5.6 and HHVM to travis config --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2b5b5da..64e6efe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,14 @@ language: php php: - 5.3 - 5.4 + - 5.5 + - 5.6 + - hhvm + +matrix: + allow_failures: + - php: 5.6 + - php: hhvm before_script: - composer install