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:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 5 insertions, 11 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