Skip to content

Commit 7dd0a99

Browse files
authored
chore: enhance appveyor build
1 parent cfc85ae commit 7dd0a99

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.appveyor.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
# Test against the latest version of this Node.js version
1+
version: "{build} - {branch}"
2+
skip_tags: true
3+
24
environment:
3-
nodejs_version: "8"
5+
matrix:
6+
- nodejs_version: "8"
7+
- nodejs_version: "7"
8+
- nodejs_version: "6"
49

5-
# Install scripts. (runs after repo cloning)
610
install:
7-
# Get the latest stable version of Node.js or io.js
811
- ps: Install-Product node $env:nodejs_version
9-
# install modules
1012
- npm install
1113

12-
# Post-install test scripts.
1314
test_script:
14-
# Output useful info for debugging.
15-
- node --version
16-
- npm --version
17-
# run tests
1815
- npm test
1916

20-
# Don't actually build.
21-
build: off
17+
build: off

0 commit comments

Comments
 (0)