mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
Make Travis build examples as well
This commit is contained in:
parent
bf7cb30c38
commit
0fcb9f20df
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
language: rust
|
||||
cache: cargo
|
||||
script:
|
||||
- cargo test
|
||||
- |
|
||||
cargo test &&
|
||||
cargo build --features=examples --examples
|
||||
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
|
|
Loading…
Reference in a new issue