travis: Test ruma-events on different rustc versions
This commit is contained in:
parent
60c817e1b0
commit
1689b09a05
@ -1,5 +1,10 @@
|
|||||||
language: "rust"
|
language: "rust"
|
||||||
cache: "cargo"
|
cache: "cargo"
|
||||||
|
rust:
|
||||||
|
- 1.34.2
|
||||||
|
- stable
|
||||||
|
- beta
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "rustup component add rustfmt"
|
- "rustup component add rustfmt"
|
||||||
- "rustup component add clippy"
|
- "rustup component add clippy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user