Add Rust 1.17.0 to Travis build
This commit is contained in:
parent
41a33a3238
commit
13a0456236
1 changed files with 2 additions and 1 deletions
|
@ -6,9 +6,10 @@ rust:
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
# The two most recent stable releases before "stable"
|
# Prevent accidentally breaking older Rust versions
|
||||||
- 1.15.0
|
- 1.15.0
|
||||||
- 1.16.0
|
- 1.16.0
|
||||||
|
- 1.17.0
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in a new issue