blob: c61d5a6df0901bcfa214191af72b9a2812f06fab [file] [log] [blame]
Stjepan Glavina6c30a4f2019-08-12 20:56:03 +02001language: rust
2
3os: linux
4
5rust: nightly
6
7before_script:
8 - rustup component add rustfmt
9
10script:
11 - cargo check --benches --bins --examples --tests
12 - cargo test
13 - cargo fmt --all -- --check