diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-18 14:50:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-18 14:50:44 +0900 |
| commit | cc34e29ed16135ecde6e6dd20e08a98a2c6dff3c (patch) | |
| tree | cd4bcb9ec3e0d9b5c8e2a74815a3c47da69a8b29 | |
| parent | Fix #38 (diff) | |
| download | misskey-cc34e29ed16135ecde6e6dd20e08a98a2c6dff3c.tar.gz misskey-cc34e29ed16135ecde6e6dd20e08a98a2c6dff3c.tar.bz2 misskey-cc34e29ed16135ecde6e6dd20e08a98a2c6dff3c.zip | |
Fix appveyor
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index b7fc2d3a1b..683c2b335b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,5 +27,9 @@ init: # git clone の際の改行を変換しないようにします - git config --global core.autocrlf false +before_test: + - "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config" + - "npm run build" + test_script: - npm test |