summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-18 11:25:11 -0500
committerGitHub <noreply@github.com>2018-01-18 11:25:11 -0500
commit2ff1cebfbec2f02fc13d6affa0144b4458e04973 (patch)
tree4d2c3a1f78878a563a46a468b03b29813cf7bcc2
parentb5bc94bce0c8d8169a14ffdc9f51b02f90d76a4e (diff)
parentda21545a7738d7d7ffee5aa5165c6063efa40120 (diff)
Merge pull request #98 from lioncash/xcode
travis: Use Xcode 9.2
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7db6f297e..f94a5c75e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ matrix:
- os: osx
env: NAME="macos build"
sudo: false
- osx_image: xcode7.3
+ osx_image: xcode9.2
install: "./.travis/macos/deps.sh"
script: "./.travis/macos/build.sh"
after_success: "./.travis/macos/upload.sh"