forked from rojo-rbx/rojo
Restructure Travis config to fail fast
This commit is contained in:
@@ -40,9 +40,8 @@ matrix:
|
||||
rust: stable
|
||||
cache: cargo
|
||||
|
||||
script:
|
||||
install:
|
||||
- rustup component add rustfmt
|
||||
- rustup component add clippy
|
||||
- cargo test --locked --verbose
|
||||
- cargo fmt -- --check
|
||||
- cargo clippy
|
||||
|
||||
script: ./bin/run-tests.sh
|
||||
Reference in New Issue
Block a user