Make Travis build examples as well

This commit is contained in:
Martin Kiefel 2020-03-20 10:50:12 +01:00
parent bf7cb30c38
commit 0fcb9f20df
No known key found for this signature in database
GPG key ID: 267AAF4DA1888173

View file

@ -1,7 +1,10 @@
language: rust language: rust
cache: cargo cache: cargo
script: script:
- cargo test - |
cargo test &&
cargo build --features=examples --examples
rust: rust:
- stable - stable
- beta - beta