Skip to content

Commit 9195ced

Browse files
committed
Revert "Pin Travis to nightly-2019-09-10"
The bug motivating us to pin has been fixed in nightly. This reverts commit 2d610bf.
1 parent fec113f commit 9195ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22

33
matrix:
44
include:
5-
- rust: nightly-2019-09-10
5+
- rust: nightly
66
script: cargo test
77
env: RUSTFLAGS='--cfg async_trait_nightly_testing'
88
- rust: stable

0 commit comments

Comments
 (0)