File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# appveyor file
2- # http ://www.appveyor.com/docs/appveyor-yml
2+ # https ://www.appveyor.com/docs/appveyor-yml/
33
44image : Visual Studio 2015
55
@@ -13,7 +13,7 @@ version: "{build}"
1313# Set a known clone folder
1414clone_folder : c:\projects\nodegit
1515
16- # fix lineendings in Windows
16+ # fix line endings in Windows
1717init :
1818 - git config --global core.autocrlf input
1919 - git config --global user.name "John Doe"
@@ -39,7 +39,7 @@ install:
3939 - ps : Install-Product node $env:nodejs_version $env:platform
4040 - ps : Start-Process c:\projects\nodegit\vendor\pageant.exe c:\projects\nodegit\vendor\private.ppk
4141 - npm install -g npm
42- - cmd : npm install -g node-gyp
42+ - npm install -g node-gyp
4343 - appveyor-retry call npm install
4444
4545test_script :
You can’t perform that action at this time.
0 commit comments