Skip to content

Commit

Permalink
Pin Travis to nightly-2019-09-10
Browse files Browse the repository at this point in the history
Tests are broken on newer nightlies by rust-lang/rust#64477.
  • Loading branch information
dtolnay committed Sep 15, 2019
1 parent c99f4ea commit 2d610bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: rust

matrix:
include:
- rust: nightly
- rust: nightly-2019-09-10
script: cargo test
- rust: stable
script: cargo check

0 comments on commit 2d610bf

Please sign in to comment.