forked from rojo-rbx/rojo
Make Travis test rustfmt and clippy
This commit is contained in:
@@ -34,11 +34,15 @@ matrix:
|
|||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose
|
- cargo test --locked --verbose
|
||||||
|
|
||||||
- language: rust
|
- language: rust
|
||||||
rust: stable
|
rust: stable
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose
|
- rustup component add rustfmt
|
||||||
|
- rustup component add clippy
|
||||||
|
- cargo test --locked --verbose
|
||||||
|
- cargo fmt -- --check
|
||||||
|
- cargo clippy
|
||||||
Reference in New Issue
Block a user