From 8c667cec51cd71843ce0607e963f27102b068452 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 18 Jan 2017 15:06:22 +0900 Subject: [PATCH] Fix appveyor --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 09956069e..347ce7848 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,9 +31,9 @@ init: - git config --global core.autocrlf false before_test: - - "mkdir ./.config" - - "copy ./.ci-files/default.yml ./.config" - - "copy ./.ci-files/test.yml ./.config" + - "mkdir .\\.config" + - "copy .\\.ci-files\\default.yml .\\.config" + - "copy .\\.ci-files\\test.yml .\\.config" - "npm run build" test_script: