Update appveyor.yml
This commit is contained in:
parent
48875f62c0
commit
b0701c53d8
|
@ -21,6 +21,8 @@ install:
|
|||
# 必須! node-gyp のバージョンを上げないと、ネイティブモジュールのコンパイルに失敗します
|
||||
- npm install -g node-gyp
|
||||
|
||||
- npm install
|
||||
|
||||
init:
|
||||
# git clone の際の改行を変換しないようにします
|
||||
- git config --global core.autocrlf false
|
||||
|
|
Loading…
Reference in New Issue