Update appveyor.yml
This commit is contained in:
parent
c501bf4e16
commit
db882ebb6f
|
@ -31,6 +31,10 @@ init:
|
||||||
- git config --global core.autocrlf false
|
- git config --global core.autocrlf false
|
||||||
|
|
||||||
before_test:
|
before_test:
|
||||||
|
# 設定ファイルを配置
|
||||||
|
- cp ./.travis/default.yml ./.config
|
||||||
|
- cp ./.travis/test.yml ./.config
|
||||||
|
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|
Loading…
Reference in New Issue