summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2018-04-27 22:12:00 -0400
committerGitHub <noreply@github.com>2018-04-27 22:12:00 -0400
commit99ac33de202a4b499dad2fda52bd30d5aa2e2091 (patch)
tree71722bb14a175e206258141ea3ba79feebfb05ac
parent6b365f7703334cd6b214da4c6773219bae961a0d (diff)
parent5a579f66a0f24b13fe6b221682848cfa7e28ca96 (diff)
Merge pull request #411 from lioncash/travis
travis: Use Xcode 9.3 instead of 9.2
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 044708b1d..6740ea2cf 100644
--- a/.travis.yml
+++ b/.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"