diff --git a/appveyor.yml b/appveyor.yml
index 9522f3bbfa..280d6a99ae 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,6 +31,10 @@ init:
   - git config --global core.autocrlf false
 
 before_test:
+  # 設定ファイルを配置
+  - cp ./.travis/default.yml ./.config
+  - cp ./.travis/test.yml ./.config
+
   - npm run build
 
 test_script: