Skip to content

Commit 80f2fd1

Browse files
author
Jed Mao
committed
Fix AppVeyor build
1 parent 1ffd365 commit 80f2fd1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
# http://www.appveyor.com/docs/appveyor-yml
2-
31
environment:
4-
matrix:
5-
- nodejs_version: 2
2+
nodejs_version: "6"
63

74
version: "{build}"
8-
build: off
9-
deploy: off
105

116
install:
127
- ps: Install-Product node $env:nodejs_version
@@ -16,3 +11,6 @@ test_script:
1611
- node --version
1712
- npm --version
1813
- npm test
14+
15+
build: off
16+
deploy: off

0 commit comments

Comments
 (0)