Let Travis Mac builds use the Xcode 9.4 image

This commit is contained in:
Hyunjin Song
2019-10-22 11:30:36 +09:00
committed by GitHub
parent 7ebaa0e211
commit 13c4f4a995

View File

@@ -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