From 7e539a407dc51e60d882fec0c628d9a2152f1344 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 13 Aug 2014 07:10:53 +0200 Subject: [PATCH] Added PHP 5.6 and HHVM to travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 793ab18..3e6f1a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - hhvm before_script: - wget http://getcomposer.org/composer.phar