travis: Test ruma-events on different rustc versions

This commit is contained in:
Jonas Platte 2019-10-23 02:10:53 +02:00
parent 60c817e1b0
commit 1689b09a05

View File

@ -1,5 +1,10 @@
language: "rust"
cache: "cargo"
rust:
- 1.34.2
- stable
- beta
before_script:
- "rustup component add rustfmt"
- "rustup component add clippy"