Fix appveyor
This commit is contained in:
parent
e791521779
commit
cc34e29ed1
1 changed files with 4 additions and 0 deletions
|
@ -27,5 +27,9 @@ init:
|
||||||
# git clone の際の改行を変換しないようにします
|
# git clone の際の改行を変換しないようにします
|
||||||
- git config --global core.autocrlf false
|
- 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:
|
test_script:
|
||||||
- npm test
|
- npm test
|
||||||
|
|
Loading…
Reference in a new issue