about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-02-14 16:14:36 +0800
committerkennytm <kennytm@gmail.com>2018-02-14 18:25:12 +0800
commitc02c5f4b606782f0885723e8dfb4249a7691dbf8 (patch)
tree470e6f6893f900a0f5d6c99809f3e14b12138cd0
parentbd3674e4def219b22b3d5a3c3871569b0b153236 (diff)
parentbf69b0feed33f40ddbef2940b9a3d99845982153 (diff)
downloadrust-c02c5f4b606782f0885723e8dfb4249a7691dbf8.tar.gz
rust-c02c5f4b606782f0885723e8dfb4249a7691dbf8.zip
Rollup merge of #48114 - kennytm:xcode9, r=alexcrichton
Upgrade the Travis CI macOS images for testing from Xcode 8.3 to 9.2.

Retry of #47749, since LLVM 6 has been merged.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1007aad925d..280da056995 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,7 @@ matrix:
         NO_LLVM_ASSERTIONS=1
         NO_DEBUG_ASSERTIONS=1
       os: osx
-      osx_image: xcode8.3
+      osx_image: xcode9.2
       if: branch = auto
 
     - env: >
@@ -70,7 +70,7 @@ matrix:
         NO_LLVM_ASSERTIONS=1
         NO_DEBUG_ASSERTIONS=1
       os: osx
-      osx_image: xcode8.3
+      osx_image: xcode9.2
       if: branch = auto
 
     # OSX builders producing releases. These do not run the full test suite and