aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-08-07 11:35:41 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-08-07 12:57:59 -0400
commitfe68821e027fd04e346b304d8940c6c35847b256 (patch)
treef68cb4ad798c3186810d7c8e7782db7cea8ffc3c /.travis.yml
parentba81c59cf50056ca17faf837e139372e2048be83 (diff)
Move travis to the Xcode 8.3 (8.3.3) image.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d49e0a71..e7853ebe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ language: cpp
os:
- osx
# The Objective C build needs Xcode 7.0 or later.
-osx_image: xcode8.1
+osx_image: xcode8.3
script:
- ./tests.sh $CONFIG
env: