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 cfc85ae commit 7dd0a99Copy full SHA for 7dd0a99
.appveyor.yml
@@ -1,21 +1,17 @@
1
-# Test against the latest version of this Node.js version
+version: "{build} - {branch}"
2
+skip_tags: true
3
+
4
environment:
- nodejs_version: "8"
5
+ matrix:
6
+ - nodejs_version: "8"
7
+ - nodejs_version: "7"
8
+ - nodejs_version: "6"
9
-# Install scripts. (runs after repo cloning)
10
install:
- # Get the latest stable version of Node.js or io.js
11
- ps: Install-Product node $env:nodejs_version
- # install modules
12
- npm install
13
-# Post-install test scripts.
14
test_script:
- # Output useful info for debugging.
15
- - node --version
16
- - npm --version
17
- # run tests
18
- npm test
19
20
-# Don't actually build.
21
-build: off
+build: off
0 commit comments