Skip to content

Commit

Permalink
Move OSX images back to 10.12 from 10.13
Browse files Browse the repository at this point in the history
Apparently that's what's causing the OSX breakage?
  • Loading branch information
alexcrichton committed Oct 4, 2018
1 parent c1b5274 commit 1e51b07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,20 @@ matrix:

# On OSX we want to target 10.7 so we ensure that the appropriate
# environment variable is set to tell the linker what we want.
#
# TODO: figure out why `xcode9.3`, the first image with OSX 10.13, breaks.
# Unclear why!
- os: osx
env: TARGET=i686-apple-darwin
MACOSX_DEPLOYMENT_TARGET=10.7
if: branch != master
osx_image: xcode9.2
- os: osx
env: TARGET=x86_64-apple-darwin
MACOSX_DEPLOYMENT_TARGET=10.7
NO_ADD=1
if: branch != master
osx_image: xcode9.2
allow_failures:
- env: TARGET=x86_64-unknown-netbsd
DOCKER=alexcrichton/rust-slave-linux-cross:2016-11-11
Expand Down

0 comments on commit 1e51b07

Please sign in to comment.