Skip to content

Commit 73e79b0

Browse files
committed
See if appveyor supports node.js 4
1 parent 9d332a7 commit 73e79b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environment:
33
matrix:
44
- nodejs_version: "0.10"
55
- nodejs_version: "0.12"
6+
- nodejs_version: "4"
67

78
# Install scripts. (runs after repo cloning)
89
install:
@@ -20,8 +21,7 @@ install:
2021
# Post-install test scripts.
2122
test_script:
2223
# Output useful info for debugging.
23-
- node --version
24-
- npm --version
24+
- node --version && npm --version
2525
# Run test
2626
- grunt test
2727

0 commit comments

Comments
 (0)