Skip to content

Commit 2eb77e6

Browse files
committed
Pin Travis to nightly-2019-10-01
1 parent 9195ced commit 2eb77e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
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)