mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Make Travis test rustfmt and clippy
This commit is contained in:
@@ -34,11 +34,15 @@ matrix:
|
||||
cache: cargo
|
||||
|
||||
script:
|
||||
- cargo test --verbose
|
||||
- cargo test --locked --verbose
|
||||
|
||||
- language: rust
|
||||
rust: stable
|
||||
cache: cargo
|
||||
|
||||
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