Roman Zeyde
7 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
1 changed files with
6 additions and
3 deletions
-
.travis.yml
|
|
@ -1,9 +1,12 @@ |
|
|
|
language: rust |
|
|
|
cache: cargo |
|
|
|
rust: |
|
|
|
- stable |
|
|
|
|
|
|
|
cache: |
|
|
|
cargo: true |
|
|
|
timeout: 450 |
|
|
|
|
|
|
|
before_script: |
|
|
|
- rustup component add rustfmt-preview |
|
|
|
|
|
|
|
script: |
|
|
|
- cargo fmt --all -- --write-mode=check |
|
|
|
- cargo build |
|
|
|