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:
author薛定谔的猫 <hh_2013@foxmail.com>2017-06-05 22:46:16 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-06-05 22:46:16 +0300
commit0b9fc56a8e451003a613f75b166cfacc49e2d9a9 (patch)
tree359295292eddde2515be0c60e75318074c49217e /.travis.yml
parentb66b5bbd52075c719543a9cc75a01cfa967cc9bf (diff)
ci: add node 8 to travis (#16934)
PR-URL: https://github.com/npm/npm/pull/16934 Credit: @Aladdin-ADD Reviewed-By: @zkat
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dbf67611c..95255d8d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,11 @@ matrix:
# previous LTS is next most important
- node_js: "4"
env: DEPLOY_VERSION=testing
- # then master
- node_js: "7"
env: DEPLOY_VERSION=testing
+ # then master
+ - node_js: "8"
+ env: DEPLOY_VERSION=testing
before_install:
# required by test/tap/registry.js
- "mkdir -p /var/run/couchdb"