mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Restructure Travis config to fail fast
This commit is contained in:
7
bin/run-tests.sh
Normal file
7
bin/run-tests.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ev
|
||||
|
||||
cargo test --locked --verbose
|
||||
cargo fmt -- --check
|
||||
cargo clippy
|
||||
Reference in New Issue
Block a user