Skip to content

Commit

Permalink
Fix appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Feb 25, 2018
1 parent 3102137 commit ba8a846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,9 +1,9 @@
environment:
BABEL_ENV: "test"
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"

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

0 comments on commit ba8a846

Please sign in to comment.