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