blob: 56c5777dd8c4c04f871c3e665d54b160ddfd7584 [file] [log] [blame]
language: rust
rust:
- beta
- stable
- 1.36.0
script: cargo test --all
matrix:
include:
- rust: nightly
env: RUSTFLAGS='--cfg thiserror_nightly_testing'
- rust: 1.31.0
script: cargo check
- name: Clippy
install:
- CLIPPY_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/clippy)
- echo "Latest nightly with Clippy is $CLIPPY_NIGHTLY"
- rustup set profile minimal
- rustup default "$CLIPPY_NIGHTLY"
- rustup component add clippy
script:
- cargo clippy --all -- -Dclippy::all