From 8d3aaa648c8fcee8301b233ae1186bb21ea02f87 Mon Sep 17 00:00:00 2001 From: Ryo Endo Date: Thu, 26 Oct 2017 09:04:03 +0900 Subject: [PATCH 1/2] =?UTF-8?q?AppVeyor=E8=A8=AD=E5=AE=9A=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8ed6d2aeab..1ceb3b024a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,7 +41,7 @@ install: #- set PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin #- mingw-get install mingw-developer-toolkit ## Set PHP. - - cinst php -version 5.6.17 + - cinst php -version 5.6.17 --allow-empty-checksums - SET PATH=C:\tools\php\;%PATH% - copy C:\tools\php\php.ini-production C:\tools\php\php.ini - echo date.timezone="Asia/Tokyo" >> C:\tools\php\php.ini From 0513dd95c22e2efffa738c01aa64e5df63570fd5 Mon Sep 17 00:00:00 2001 From: Ryo Endo Date: Thu, 26 Oct 2017 09:28:22 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Readme=E3=81=ABAppVeyor=E3=81=AE=E3=83=90?= =?UTF-8?q?=E3=83=83=E3=82=B8=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5ba39f4fd..443bf5c6cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # EC-CUBE 2.13系 / 2.17系(開発中) [![Build Status](https://travis-ci.org/EC-CUBE/eccube-2_13.svg)](https://travis-ci.org/EC-CUBE/eccube-2_13) +[![Build status](https://ci.appveyor.com/api/projects/status/4k58ucq2smwc4h7n/branch/master?svg=true)](https://ci.appveyor.com/project/ECCUBE/eccube-2-13/branch/master) [![Coverage Status](https://coveralls.io/repos/EC-CUBE/eccube-2_13/badge.png)](https://coveralls.io/r/EC-CUBE/eccube-2_13) ---