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:
authorRebecca Turner <me@re-becca.org>2018-12-07 05:28:48 +0300
committerRebecca Turner <me@re-becca.org>2018-12-07 05:28:48 +0300
commit661e5c6a896f9f8dee6ad556e4b5d27125be5f57 (patch)
tree4e7d0dcc9c8e5dc12915f4601c683d5f580e40a4 /.travis.yml
parent260f271ce48810119d053dfc1c3bb82ab07e4fc4 (diff)
travis: 10 is LTS now
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 14d767753..72b0f9a52 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ language: node_js
matrix:
include:
# LTS is our most important target
- - node_js: "8"
+ - node_js: "10"
# 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"
@@ -17,9 +17,9 @@ matrix:
# previous LTS is next most important
- node_js: "6"
env: DEPLOY_VERSION=testing
- - node_js: "9"
+ - node_js: "8"
env: DEPLOY_VERSION=testing
- - node_js: "10"
+ - node_js: "9"
env: DEPLOY_VERSION=testing
- node_js: "11"
env: DEPLOY_VERSION=testing