From cf8a884042ab6fb4bd958ebc504d352040dd5ca5 Mon Sep 17 00:00:00 2001 From: bnu Date: Sat, 17 May 2014 19:32:21 +0900 Subject: [PATCH] Update .travis.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PHP 5.6, hhvm 추가 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d518a61de..cb2c700cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - hhvm before_script: - npm install -g grunt-cli - npm install