From f5379412a89e11870c7e395db6c8a533650c7ad6 Mon Sep 17 00:00:00 2001 From: bnu Date: Sun, 24 Nov 2013 15:55:59 +0900 Subject: [PATCH] =?UTF-8?q?phplint.=205.2,=205.3,=205.4,=205.5=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=EB=B3=84=20=EC=88=98=ED=96=89=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 01c06cdaa..d518a61de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ language: php +php: + - 5.2 + - 5.3 + - 5.4 + - 5.5 before_script: - npm install -g grunt-cli - npm install