Skip to content

Commit b64843f

Browse files
committed
fix appveyor CI
1 parent 06a485c commit b64843f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
# Get the latest stable version of Node.js or io.js
1010
- ps: Install-Product node $env:nodejs_version
1111
# install modules
12-
- npm intall
12+
- npm install
1313

1414
# Post-install test scripts.
1515
test_script:

0 commit comments

Comments
 (0)