We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c95a7 commit 622877cCopy full SHA for 622877c
1 file changed
appveyor.yml
@@ -0,0 +1,19 @@
1
+# https://www.appveyor.com/docs/lang/nodejs-iojs/
2
+
3
+environment:
4
+ matrix:
5
+ - nodejs_version: "4"
6
+ - nodejs_version: "5"
7
+ - nodejs_version: "6"
8
+ - nodejs_version: "7"
9
10
+install:
11
+ - ps: Install-Product node $env:nodejs_version
12
+ - npm install
13
14
+test_script:
15
+ - node --version
16
+ - npm --version
17
+ - npm test
18
19
+build: off
0 commit comments