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
|
language: rust
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
|
- 1.17.0
|
||||||
|
- 1.18.0
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
|
||||||
- rust: 1.17.0
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue