Add build and test to Travis
This commit is contained in:
parent
27b3255298
commit
af189983ae
|
@ -7,3 +7,5 @@ cache: cargo
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo check --all
|
- cargo check --all
|
||||||
|
- cargo build --all
|
||||||
|
- cargo test --all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user