Skip to content

Commit

Permalink
Fixed issue with multiple node.js version in config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed May 19, 2017
1 parent 07d4870 commit a7531fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
@@ -1,8 +1,9 @@
environment:
nodejs_version: "4"
nodejs_version: "5"
nodejs_version: "6"
nodejs_version: "7"
matrix:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit a7531fd

Please sign in to comment.