Skip to content

Commit 2d610bf

Browse files
committed
Pin Travis to nightly-2019-09-10
Tests are broken on newer nightlies by rust-lang/rust#64477.
1 parent c99f4ea commit 2d610bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22

33
matrix:
44
include:
5-
- rust: nightly
5+
- rust: nightly-2019-09-10
66
script: cargo test
77
- rust: stable
88
script: cargo check

0 commit comments

Comments
 (0)