Skip to content

Commit 3cfcdc9

Browse files
authored
Rollup merge of rust-lang#48114 - kennytm:xcode9, r=alexcrichton
Upgrade the Travis CI macOS images for testing from Xcode 8.3 to 9.2. Retry of rust-lang#47749, since LLVM 6 has been merged.
2 parents e44f2ae + bf69b0f commit 3cfcdc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ matrix:
5656
NO_LLVM_ASSERTIONS=1
5757
NO_DEBUG_ASSERTIONS=1
5858
os: osx
59-
osx_image: xcode8.3
59+
osx_image: xcode9.2
6060
if: branch = auto
6161
6262
- env: >
@@ -70,7 +70,7 @@ matrix:
7070
NO_LLVM_ASSERTIONS=1
7171
NO_DEBUG_ASSERTIONS=1
7272
os: osx
73-
osx_image: xcode8.3
73+
osx_image: xcode9.2
7474
if: branch = auto
7575
7676
# OSX builders producing releases. These do not run the full test suite and

0 commit comments

Comments
 (0)