Skip to content

Commit 36ccc87

Browse files
committed
move OS X off stable Rust
Stable Rust and the OS X versions on TravisCI do not seem to get along right now. I filed a Rust bug (rust-lang/rust#73030) about this, but if the bug is very OS X-configuration specific, I'm not sure there's much that can be done about it on the Rust side. We can at least change the CI configuration so we don't get a bunch of spurious failures.
1 parent 99e5e98 commit 36ccc87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ matrix:
44
include:
55
# OS compat
66
- os: linux
7+
# As of this writing, stable Rust (1.44.0) and the OS X version on TravisCI
8+
# do not work well together.
79
- os: osx
10+
rust: 1.43.1
811

912
# rustc version compat
1013
- rust: 1.41.1 # oldest supported version, keep in sync with README.md

0 commit comments

Comments
 (0)