Let Travis Mac builds use the Xcode 9.4 image
This commit is contained in:
@@ -24,7 +24,7 @@ matrix:
|
||||
git:
|
||||
depth: false
|
||||
- os: osx
|
||||
osx_image: xcode8.3
|
||||
osx_image: xcode9.4
|
||||
before_install:
|
||||
# appdmg doesn't work with old Node.js
|
||||
- if [ "$TRAVIS_OS_NAME" = osx ]; then nvm install 10; fi
|
||||
|
||||
Reference in New Issue
Block a user