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:
-rw-r--r--.travis.yml16
-rw-r--r--appveyor.yml11
2 files changed, 8 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
index 59a4389e5..12b8a8add 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,24 +7,18 @@ language: node_js
matrix:
include:
# LTS is our most important target
- - node_js: "4"
+ - node_js: "6"
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
# only gather coverage info for LTS
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
script:
- "node . run tap-cover -- \"test/tap/*.js\""
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/slow/*.js\" \"test/broken-under-*/*.js\""
- # next LTS and master is next most important
- - node_js: "6"
- env: DEPLOY_VERSION=testing
- # still in LTS maintenance until fall 2016 (also still in wide use)
- - node_js: "0.10"
- env: DEPLOY_VERSION=testing
- # will be unsupported as soon as 6 becomes LTS and 7 released
- - node_js: "5"
+ # previous LTS is next most important
+ - node_js: "4"
env: DEPLOY_VERSION=testing
- # technically in LTS / distros, unbeloved
- - node_js: "0.12"
+ # then master
+ - node_js: "7"
env: DEPLOY_VERSION=testing
before_install:
# required by test/tap/registry.js
diff --git a/appveyor.yml b/appveyor.yml
index df3a8c663..1dd58c7b7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,16 +1,11 @@
environment:
matrix:
# LTS is our most important target
- - nodejs_version: "4"
- # 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
+ # previous LTS is next most important
+ - nodejs_version: "4"
+ # then master
- nodejs_version: "5"
- # technically in LTS / distros, unbeloved
- - nodejs_version: "0.12"
COVERALLS_REPO_TOKEN:
secure: XdC0aySefK0HLh1GNk6aKrzZPbCfPQLyA4mYtFGEp4DrTuZA/iuCUS0LDqFYO8JQ
platform: