1language: rust
2
3rust:
4    - nightly
5    - beta
6    - stable
7
8matrix:
9    allow_failures:
10        - rust: nightly
11
12