Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/appveyor.yml')
-rw-r--r--deps/npm/appveyor.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/deps/npm/appveyor.yml b/deps/npm/appveyor.yml
index 47d806df34c..6bec7c49389 100644
--- a/deps/npm/appveyor.yml
+++ b/deps/npm/appveyor.yml
@@ -2,13 +2,15 @@ environment:
matrix:
# LTS is our most important target
- nodejs_version: "4"
- # latest
- - nodejs_version: "5"
- # I like 0.10 better than 0.12
+ # next LTS and master is next most important
+ - nodejs_version: "6"
+ # still in LTS maintenance until fall 2016
+ # (also still in wide use)
- nodejs_version: "0.10"
+ # will be unsupported as soon as 6 becomes LTS and 7 released
+ - nodejs_version: "5"
+ # technically in LTS / distros, unbeloved
- nodejs_version: "0.12"
- # EOL summer 2016, most likely
- - nodejs_version: "0.8"
COVERALLS_REPO_TOKEN:
secure: XdC0aySefK0HLh1GNk6aKrzZPbCfPQLyA4mYtFGEp4DrTuZA/iuCUS0LDqFYO8JQ
platform: