From ca676a2edca578eca506f47d4258f1b636f9a2ab Mon Sep 17 00:00:00 2001 From: Julius Beckmann Date: Sat, 1 Mar 2014 13:31:05 +0100 Subject: [PATCH] Added PHP 5.5, 5.6 and HHVM to travis. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2af5cf5f..84e0442f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: php php: + - 5.6 + - 5.5 - 5.4 - 5.3 + - hhvm before_script: - composer install --dev --prefer-source --no-interaction script: