Add --all scripts to travis.yml

This commit is contained in:
Paul Hauner
2018-12-06 10:05:03 +11:00
parent 77ac5f77bb
commit 050364cf9a

View File

@@ -1,4 +1,7 @@
language: rust
script:
- cargo build --verbose --all
- cargo test --verbose --all
rust:
- stable
- beta