diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-18 11:00:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-18 11:00:38 +0900 |
| commit | db882ebb6f0c3c9f81e00da951266153ec2d54b9 (patch) | |
| tree | aa3c21e9c23c8d0a7ec736315ea23ba534812ae3 | |
| parent | Update appveyor.yml (diff) | |
| download | misskey-db882ebb6f0c3c9f81e00da951266153ec2d54b9.tar.gz misskey-db882ebb6f0c3c9f81e00da951266153ec2d54b9.tar.bz2 misskey-db882ebb6f0c3c9f81e00da951266153ec2d54b9.zip | |
Update appveyor.yml
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: |