Skip to content

Commit 7a8963b

Browse files
ruyadornocodebytere
authored andcommittedMar 17, 2020
deps: upgrade npm to 6.13.6
PR-URL: #31304 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 20167fe commit 7a8963b

File tree

166 files changed

+7481
-6064
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+7481
-6064
lines changed
 

‎deps/npm/.travis.yml

+2-32
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,16 @@
22
language: node_js
33

44
os:
5-
- linux
5+
- windows
66

77
node_js:
88
- 12
99
- 10
1010
- 8
11+
- 6
1112

1213
env: "DEPLOY_VERSION=testing"
1314

14-
# having top-level `env:` adds a phantom build
15-
# https://github.com/travis-ci/travis-ci/issues/4681
16-
#env: DEPLOY_VERSION=testing
17-
matrix:
18-
include:
19-
# Run the sudotest, but only on Linux
20-
- node_js: "12"
21-
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
22-
# only gather coverage info for LTS
23-
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
24-
script:
25-
# run the sudo tests, with coverage enabled
26-
- "sudo PATH=$PATH $(which node) . run tap -- \"test/tap/*.js\" --coverage --timeout 600"
27-
28-
# also run standard and license checking
29-
- node_js: "10"
30-
script:
31-
- "npx standard"
32-
- "node . run licenses"
33-
34-
# separate out node 6 so we can turn off caching, because that
35-
# always breaks for some reason.
36-
- node_js: "6"
37-
cache: false
38-
env: "DEPLOY_VERSION=testing"
39-
40-
# only run one test on Windows, because it's hella slow
41-
- node_js: "12"
42-
os: "windows"
43-
env: "DEPLOY_VERSION=testing"
44-
4515
notifications:
4616
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
4717

‎deps/npm/AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -677,3 +677,7 @@ Fighting-Jack <574637316@qq.com>
677677
Bakel, Roel van <roel.vanbakel@oce.com>
678678
Charlie West-Toebe <38671683+Hoidberg@users.noreply.github.com>
679679
Richard Lau <riclau@uk.ibm.com>
680+
Felix Yan <felixonmars@archlinux.org>
681+
Zhenya Vinogradov <zhenyavinogradov@gmail.com>
682+
Rafael Hengles <rhengles@gmail.com>
683+
Jan-Philip Gehrcke <jp@opstrace.com>

0 commit comments

Comments
 (0)
Please sign in to comment.