Skip to content

Commit

Permalink
Rollup merge of rust-lang#48114 - kennytm:xcode9, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kennytm committed Feb 13, 2018
2 parents e44f2ae + bf69b0f commit 3cfcdc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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: >
Expand All @@ -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
Expand Down

0 comments on commit 3cfcdc9

Please sign in to comment.