From e880904d22e8858bed2e5d33d21a08ca0e273d64 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 26 Dec 2018 14:27:39 -0800 Subject: deps: upgrade npm to v6.5.0 PR-URL: https://github.com/nodejs/node/pull/25234 Reviewed-By: Rich Trott Reviewed-By: Lance Ball --- deps/npm/.travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'deps/npm/.travis.yml') diff --git a/deps/npm/.travis.yml b/deps/npm/.travis.yml index 3be171f742..72b0f9a52d 100644 --- a/deps/npm/.travis.yml +++ b/deps/npm/.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,13 +17,16 @@ matrix: # previous LTS is next most important - node_js: "6" env: DEPLOY_VERSION=testing - - node_js: "10" + - node_js: "8" env: DEPLOY_VERSION=testing - node_js: "9" env: DEPLOY_VERSION=testing + - node_js: "11" + env: DEPLOY_VERSION=testing script: - - "standard" - - "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\"" + - "npx standard" + - "node . run licenses" + - "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\"" notifications: slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8 cache: @@ -33,4 +36,3 @@ install: - "node . install" script: - "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\"" - - "node . run licenses" -- cgit v1.2.1