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