Browse Source

Move travis to the Xcode 8.3 (8.3.3) image.

Thomas Van Lenten 8 years ago
parent
commit
fe68821e02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ language: cpp
 os:
 os:
   - osx
   - osx
 # The Objective C build needs Xcode 7.0 or later.
 # The Objective C build needs Xcode 7.0 or later.
-osx_image: xcode8.1
+osx_image: xcode8.3
 script:
 script:
   - ./tests.sh $CONFIG
   - ./tests.sh $CONFIG
 env:
 env: