Run CI against the six latest Rust releases
This commit is contained in:
parent
c5a1f975ed
commit
351815357e
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ language: rust
|
|||
cache: cargo
|
||||
|
||||
rust:
|
||||
- 1.10.0
|
||||
- 1.11.0
|
||||
- 1.12.1
|
||||
- 1.13.0
|
||||
- 1.14.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
|
Loading…
Reference in a new issue