Skip to content

Commit bdb6942

Browse files
committed
AppVeyor: Chores
1 parent 1f44e13 commit bdb6942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# appveyor file
2-
# http://www.appveyor.com/docs/appveyor-yml
2+
# https://www.appveyor.com/docs/appveyor-yml/
33

44
image: Visual Studio 2015
55

@@ -13,7 +13,7 @@ version: "{build}"
1313
# Set a known clone folder
1414
clone_folder: c:\projects\nodegit
1515

16-
# fix lineendings in Windows
16+
# fix line endings in Windows
1717
init:
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

4545
test_script:

0 commit comments

Comments
 (0)