summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b5cf37a..f7fee74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,11 +9,18 @@ rust:
- stable
- beta
+addons:
+ apt:
+ packages:
+ - pkg-config
+ - cmake
+ - openssl
+
before_script:
- rustup component add clippy
script:
- cargo clippy --all-targets --all-features -- -D warnings
- - cargo build
- - cargo test
+ - cargo build --all-features --all
+ - cargo test --all-features --all