From 04c9200867c4997fae5a29354ba70e86a48ee8ae Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 18 Jan 2017 14:59:28 +0900 Subject: [PATCH] Fix appveyor --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7a20104fa..d805186cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,7 +31,9 @@ init: - git config --global core.autocrlf false before_test: - - "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config" + - "mkdir -p ./.config" + - "cp ./.ci-files/default.yml ./.config" + - "cp ./.ci-files/test.yml ./.config" - "npm run build" test_script: