Browse Source

Also update the Mac Travis system images to Xcode 9.3.

Daniel Alm 7 years ago
parent
commit
070170d123
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -28,7 +28,7 @@ cache:
 # Use Ubuntu 14.04
 dist: trusty
 
-osx_image: xcode9
+osx_image: xcode9.3
 
 sudo: false