We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f55703 commit f2de62dCopy full SHA for f2de62d
appveyor.yml
@@ -0,0 +1,18 @@
1
+environment:
2
+ matrix:
3
+ - nodejs_version: "7"
4
+ - nodejs_version: "6"
5
+ - nodejs_version: "4"
6
+
7
+version: "{build}"
8
+build: off
9
+deploy: off
10
11
+install:
12
+ - ps: Install-Product node $env:nodejs_version
13
+ - npm install
14
15
+test_script:
16
+ - node --version
17
+ - npm --version
18
+ - npm test
0 commit comments