blob: 2140f8d4ac5b8907cf81a9f0c9b0f6763ff0319c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: rust
matrix:
include:
- rust: nightly-2018-01-26
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt -- --write-mode=diff
- rust: stable
script:
- cargo test
|