We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b5274 commit 1e51b07Copy full SHA for 1e51b07
.travis.yml
@@ -120,15 +120,20 @@ matrix:
120
121
# On OSX we want to target 10.7 so we ensure that the appropriate
122
# environment variable is set to tell the linker what we want.
123
+ #
124
+ # TODO: figure out why `xcode9.3`, the first image with OSX 10.13, breaks.
125
+ # Unclear why!
126
- os: osx
127
env: TARGET=i686-apple-darwin
128
MACOSX_DEPLOYMENT_TARGET=10.7
129
if: branch != master
130
+ osx_image: xcode9.2
131
132
env: TARGET=x86_64-apple-darwin
133
134
NO_ADD=1
135
136
137
allow_failures:
138
- env: TARGET=x86_64-unknown-netbsd
139
DOCKER=alexcrichton/rust-slave-linux-cross:2016-11-11
0 commit comments