diff --git a/.travis.yml b/.travis.yml index f93d219..4d5697f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: rust cache: cargo script: - - cargo test + - | + cargo test && + cargo build --features=examples --examples + rust: - stable - beta