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 /.travis.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 '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 8 insertions, 3 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: