diff options
author | Lioncash <mathew1800@gmail.com> | 2018-09-25 14:46:42 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-09-25 14:46:46 -0400 |
commit | 5873b14efdb010f1532bb583f93d5031329e079c (patch) | |
tree | dcdf5be1b9c042d1b2f6bccaa876a19d8ca5b4c9 /.travis.yml | |
parent | 93fea4e17943fa189f30a73c179d8efb64a83318 (diff) |
travis: Make macOS builds utilize Xcode 10
Keeps the used toolchain up to date and finally allows the use of
<optional> and <variant> standard library headers within the codebase.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4d363cbc9..b0fbe3c5f 100644 --- a/.travis.yml +++ b/.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" |