From 0b9fc56a8e451003a613f75b166cfacc49e2d9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=9A=E8=B0=94=E7=9A=84=E7=8C=AB?= Date: Tue, 6 Jun 2017 03:46:16 +0800 Subject: ci: add node 8 to travis (#16934) PR-URL: https://github.com/npm/npm/pull/16934 Credit: @Aladdin-ADD Reviewed-By: @zkat --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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" -- cgit v1.2.3