diff --git a/.travis.yml b/.travis.yml index 74f6163..50805c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: script: - | - cargo test --lib - cargo test --lib --release + cargo test --test lib + cargo test --test lib --release cargo build --example basic cargo build --release --example basic \ No newline at end of file