We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew upgrade npm
1 parent 60e4488 commit 4fff845Copy full SHA for 4fff845
1 file changed
.travis.yml
@@ -8,7 +8,7 @@ matrix:
8
python: 2.7
9
- name: "Python 2.7 on macOS"
10
os: osx
11
- osx_image: xcode11
+ osx_image: xcode11.2
12
language: shell # 'language: python' is not yet supported on macOS
13
env: NODE_GYP_FORCE_PYTHON=python2
14
before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
@@ -57,10 +57,10 @@ matrix:
57
58
- name: "Python 3.7 on macOS"
59
60
- #osx_image: xcode11
61
62
env: NODE_GYP_FORCE_PYTHON=python3
63
- before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
+ before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade npm || true
64
- name: "Node.js 12 & Python 3.7 on Windows"
65
os: windows
66
language: node_js
0 commit comments