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>2017-11-10 19:50:43 +0300
committerRebecca Turner <me@re-becca.org>2017-11-10 20:12:21 +0300
commit1930b0f8c44373301edc9fb6ccdf7efcb350fa42 (patch)
treef3e577f191fa242298b53b852dbfcee727c2c1c8 /.travis.yml
parent6caf2309613d14ce77923ad3d1275cb89c6cf223 (diff)
travis: Update test matrix w/ 8LTS and 9
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8d24a458c..108ecf905 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ language: node_js
matrix:
include:
# LTS is our most important target
- - node_js: "6"
+ - node_js: "8"
# 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,10 +17,12 @@ matrix:
# previous LTS is next most important
- node_js: "4"
env: DEPLOY_VERSION=testing
+ - node_js: "6"
+ env: DEPLOY_VERSION=testing
- node_js: "7"
env: DEPLOY_VERSION=testing
# then master
- - node_js: "8"
+ - node_js: "9"
env: DEPLOY_VERSION=testing
script:
- "standard"