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
parentc189723110497a17dac3b0596f2916deeed93ee7 (diff)
ci: clean up tested versions
Deprioritize 5, remove 0.8, and add 6 for Windows. Credit: @othiym23 Reviewed-By: @iarna
-rw-r--r--.travis.yml11
-rw-r--r--appveyor.yml12
2 files changed, 15 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 69cb956a9..d4cef3e3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,16 @@
language: node_js
node_js:
- - "6"
+ # LTS is our most important target
- "4"
+ # next LTS and master is next most important
+ - "6"
+ # still in LTS maintenance until fall 2016
+ # (also still in wide use)
+ - "0.10"
+ # will be unsupported as soon as 6 becomes LTS and 7 released
- "5"
+ # technically in LTS / distros, unbeloved
- "0.12"
- - "0.10"
- - "0.8"
env:
- DEPLOY_VERSION=testing
before_install:
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: