Update appveyor.yml

This commit is contained in:
Aya Morisawa 2016-12-31 02:27:33 +09:00
parent 48875f62c0
commit b0701c53d8

View file

@ -21,6 +21,8 @@ install:
# 必須! node-gyp のバージョンを上げないと、ネイティブモジュールのコンパイルに失敗します
- npm install -g node-gyp
- npm install
init:
# git clone の際の改行を変換しないようにします
- git config --global core.autocrlf false