Skip to content

Commit 0705cae

Browse files
cclaussrvagg
authored andcommitted
travis: ignore failed brew upgrade npm, update xcode
PR-URL: #1932 Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 7bfdb6f commit 0705cae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88
python: 2.7
99
- name: "Python 2.7 on macOS"
1010
os: osx
11-
osx_image: xcode11
11+
osx_image: xcode11.2
1212
language: shell # 'language: python' is not yet supported on macOS
1313
env: NODE_GYP_FORCE_PYTHON=python2
1414
before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
@@ -55,10 +55,10 @@ matrix:
5555
before_install: nvm install 12
5656
- name: "Python 3.7 on macOS"
5757
os: osx
58-
#osx_image: xcode11
58+
osx_image: xcode11.2
5959
language: shell # 'language: python' is not yet supported on macOS
6060
env: NODE_GYP_FORCE_PYTHON=python3
61-
before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
61+
before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade npm || true
6262
- name: "Node.js 12 & Python 3.7 on Windows"
6363
os: windows
6464
language: node_js

0 commit comments

Comments
 (0)