Skip to content

Commit

Permalink
Temporarily test against Rust 1.36
Browse files Browse the repository at this point in the history
Due to a Rust [version regression in `typed-arena`](thomcc/rust-typed-arena#31) we can now only support Rust 1.36.  This adds a temporary minimum version of Rust 1.36, and allows failures for Rust 1.32 until this is resolved.
  • Loading branch information
brendanzab committed Sep 16, 2019
1 parent f410531 commit 7c45ada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ cache: cargo

rust:
- 1.32.0
- 1.36.0 # FIXME: version regression https://github.com/SimonSapin/rust-typed-arena/issues/31
- stable
- beta
- nightly

matrix:
allow_failures:
- rust: nightly
- rust: 1.32.0 # FIXME: version regression https://github.com/SimonSapin/rust-typed-arena/issues/31
fast_finish: true

0 comments on commit 7c45ada

Please sign in to comment.