travis: rustc 1.17/1.18 -> 1.19/1.20
We want to be able to compile imag with the latest compiler, but also two compilers before the current one. So Update the travis spec to include rustc 1.19 and 1.20, but not 1.17 and 1.18 anymore.
This commit is contained in:
parent
9871a8bc0a
commit
9111692276
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ dist:
|
|||
language: rust
|
||||
|
||||
rust:
|
||||
- 1.17.0
|
||||
- 1.18.0
|
||||
- 1.19.0
|
||||
- 1.20.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
|
Loading…
Reference in a new issue