summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b679777..4de816d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,8 +5,8 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- - nodejs_version: "0.12"
- - nodejs_version: "4.1"
+ - nodejs_version: "5"
+ - nodejs_version: "4"
# Install scripts. (runs after repo cloning)
install: