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
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

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