Add build and test to Travis

This commit is contained in:
Roman Zeyde 2018-09-28 11:11:35 +03:00
parent 27b3255298
commit af189983ae
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -7,3 +7,5 @@ cache: cargo
script:
- cargo check --all
- cargo build --all
- cargo test --all