summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8bbd91f4..e77f18f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,12 @@ matrix:
cache:
cargo: true
+addons:
+ apt:
+ packages:
+ - libdbus-1-dev
+ - pkg-config
+
script:
- cargo build --all --all-features --verbose -j 1
- cargo test --all --all-features --verbose -j 1