Browse Source
travis: Use Xcode 9.3 instead of 9.2
Keeps the toolchains up to date.
pull/15/merge
Lioncash
8 years ago
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
|
|
@ -23,7 +23,7 @@ matrix: |
|
|
|
- os: osx |
|
|
|
env: NAME="macos build" |
|
|
|
sudo: false |
|
|
|
osx_image: xcode9.2 |
|
|
|
osx_image: xcode9.3 |
|
|
|
install: "./.travis/macos/deps.sh" |
|
|
|
script: "./.travis/macos/build.sh" |
|
|
|
after_success: "./.travis/macos/upload.sh" |
|
|
|
|