Skip to content

Commit

Permalink
Merge pull request #236 from nanasess/fix-appveyor
Browse files Browse the repository at this point in the history
AppVeyor が落ちるのを修正
  • Loading branch information
Chihiro Adachi authored Nov 27, 2018
2 parents 7a3bb60 + e7d131c commit 8fd4cbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:

# Install scripts. (runs after repo cloning)
install:
- cinst -y OpenSSL.Light
- cinst -y OpenSSL.Light --version 1.1.1
- SET PATH=C:\Program Files\OpenSSL;%PATH%
- sc config wuauserv start= auto
- net start wuauserv
Expand Down
2 changes: 1 addition & 1 deletion eccube_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
CONFIG_PHP="data/config/config.php"
ADMIN_MAIL=${ADMIN_MAIL:-"admin@example.com"}
SHOP_NAME=${SHOP_NAME:-"EC-CUBE SHOP"}
HTTP_URL=${HTTP_URL:-"http://test.local"}
HTTP_URL=${HTTP_URL:-"http://test.local/"}
HTTPS_URL=${HTTPS_URL:-"http://test.local/"}
ROOT_URLPATH=${ROOT_URLPATH:-"/"}
DOMAIN_NAME=${DOMAIN_NAME:-""}
Expand Down
65 changes: 0 additions & 65 deletions tests/class/module/Cache_Lite/NestedOutputTest.php

This file was deleted.

0 comments on commit 8fd4cbb

Please sign in to comment.