Skip to content

Commit

Permalink
See if appveyor supports node.js 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Sep 29, 2015
1 parent 9d332a7 commit 73e79b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"

# Install scripts. (runs after repo cloning)
install:
Expand All @@ -20,8 +21,7 @@ install:
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
- node --version && npm --version
# Run test
- grunt test

Expand Down

0 comments on commit 73e79b0

Please sign in to comment.