summaryrefslogtreecommitdiff
path: root/deps/npm/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/.travis.yml')
-rw-r--r--deps/npm/.travis.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/deps/npm/.travis.yml b/deps/npm/.travis.yml
index 69cb956a99..d4cef3e3d1 100644
--- a/deps/npm/.travis.yml
+++ b/deps/npm/.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: