From 158dbc805639aca4e402ee82fac56e91e2a264a7 Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Sun, 2 Mar 2014 23:14:19 +0100 Subject: [PATCH] Updating travis ci for php 5.6 and hhvm. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4eb9321d..464a8999 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - hhvm before_script: - composer --prefer-source install