Build examples on Travis
This commit is contained in:
parent
7e4a0684bf
commit
21973b41bd
|
@ -6,3 +6,7 @@ rust:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
script:
|
||||||
|
- cargo build --verbose && cargo test --verbose
|
||||||
|
- cargo build --example google
|
||||||
|
- cargo build --example github
|
||||||
|
|
Loading…
Reference in New Issue