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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2016-06-17 22:37:15 +0300
committerForrest L Norvell <forrest@npmjs.com>2016-06-18 04:16:06 +0300
commitd6afd5ffb1b19e5d94aeee666afcb8adaced58db (patch)
treef9b69e916600fe3454321f9e7c0a2e55c16c8b80 /appveyor.yml
parentc189723110497a17dac3b0596f2916deeed93ee7 (diff)
ci: clean up tested versions
Deprioritize 5, remove 0.8, and add 6 for Windows. Credit: @othiym23 Reviewed-By: @iarna
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 47d806df3..6bec7c493 100644
--- a/appveyor.yml
+++ b/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: