From db6654881e75244e2b02522bf7e5f44e4d25cd96 Mon Sep 17 00:00:00 2001 From: k-holy Date: Mon, 24 Oct 2016 10:28:45 +0900 Subject: [PATCH] =?UTF-8?q?php=207.0=E3=81=A7=E3=81=AE=E5=AE=9F=E8=A1=8C?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 94ee64b..20e1363 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.5 - 5.6 + - 7.0 before_script: - composer self-update