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:
authorisaacs <i@izs.me>2019-06-30 01:35:54 +0300
committerisaacs <i@izs.me>2019-06-30 09:43:13 +0300
commita823f3084deb6da39cbe13ff6794775178cddcac (patch)
tree27082c11b5a753191ee192b8f317d2ad3629f3c3 /.travis.yml
parent6bb935c092170fea549f63a605055fc0a57abd1e (diff)
travis: Update to include new v12 LTS
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 6 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 72b0f9a52..07bae65e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ language: node_js
matrix:
include:
# LTS is our most important target
- - node_js: "10"
+ - node_js: "12"
# 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"
@@ -15,18 +15,16 @@ matrix:
- "node . run tap-cover -- \"test/tap/*.js\""
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
# previous LTS is next most important
- - node_js: "6"
- env: DEPLOY_VERSION=testing
- - node_js: "8"
- env: DEPLOY_VERSION=testing
- - node_js: "9"
- env: DEPLOY_VERSION=testing
- - node_js: "11"
+ - node_js: "10"
env: DEPLOY_VERSION=testing
script:
- "npx standard"
- "node . run licenses"
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
+ - node_js: "8"
+ env: DEPLOY_VERSION=testing
+ - node_js: "6"
+ env: DEPLOY_VERSION=testing
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
cache: