blob: b223b9714ee34ec6407e4b84be2ca8e75f32a7a9 (
plain) (
tree)
|
|
language: rust
rust:
- stable
- beta
script:
- cargo test --all
cache: cargo
matrix:
include:
- rust: nightly-2018-07-17
before_script:
- rustup component add rustfmt-preview
- rustup component add clippy-preview
script:
- cargo test --all-features
|