2015-05-29 03:07:32 +08:00
|
|
|
language: rust
|
2018-09-15 09:27:26 -07:00
|
|
|
|
2017-03-18 14:19:04 +00:00
|
|
|
matrix:
|
2018-09-15 09:27:26 -07:00
|
|
|
include:
|
2018-09-15 09:29:35 -07:00
|
|
|
- rust: stable
|
2018-09-15 09:27:26 -07:00
|
|
|
- rust: beta
|
|
|
|
- rust: nightly
|
2020-06-01 20:34:13 +08:00
|
|
|
- rust: 1.33.0
|
2018-09-15 09:31:41 -07:00
|
|
|
- rust: nightly
|
2018-09-15 10:12:16 -07:00
|
|
|
env: CLIPPY
|
2018-09-15 10:11:00 -07:00
|
|
|
script: |
|
|
|
|
if rustup component add clippy-preview; then
|
|
|
|
cargo clippy -- -Dclippy
|
|
|
|
fi
|
2018-09-15 09:27:26 -07:00
|
|
|
|
2016-02-27 16:30:13 -08:00
|
|
|
script:
|
2018-09-15 09:32:38 -07:00
|
|
|
- cargo build
|
|
|
|
- cargo test
|