Merge pull request #90 from sigp/travis-fix

[WIP] Make travis run all tests
This commit is contained in:
Paul Hauner 2018-12-06 10:58:51 +11:00 committed by GitHub
commit 86e5ce9ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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