Skip to content

Commit d31e7ed

Browse files
authored
Merge pull request #36 from dtolnay/nightly
Pin Travis to nightly-2019-10-01
2 parents 9195ced + 2eb77e6 commit d31e7ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

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

33
matrix:
44
include:
5-
- rust: nightly
5+
# Pinned due to a bug in nightly:
6+
# https://github.com/rust-lang/rust/issues/64964
7+
- rust: nightly-2019-10-01
68
script: cargo test
79
env: RUSTFLAGS='--cfg async_trait_nightly_testing'
810
- rust: stable

0 commit comments

Comments
 (0)