Merge pull request #1016 from matthiasbeyer/update-rustc
Include rustc 1.18.0 in the CI process
This commit is contained in:
commit
96e5672fb3
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ dist:
|
|||
language: rust
|
||||
|
||||
rust:
|
||||
- 1.17.0
|
||||
- 1.18.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rust: 1.17.0
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
|
|
Loading…
Reference in a new issue