Browse Source
Merge pull request #1398 from lioncash/macos
travis: Make macOS builds utilize Xcode 10
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
|
|
@ -24,7 +24,7 @@ matrix: |
|
|
|
- os: osx |
|
|
|
env: NAME="macos build" |
|
|
|
sudo: false |
|
|
|
osx_image: xcode9.3 |
|
|
|
osx_image: xcode10 |
|
|
|
install: "./.travis/macos/deps.sh" |
|
|
|
script: "./.travis/macos/build.sh" |
|
|
|
after_success: "./.travis/macos/upload.sh" |
|
|
|
|