Add dbus and pkgconfig dependencies in travis.yml

This commit is contained in:
Matthias Beyer 2017-12-22 15:03:17 +01:00
parent f0ae628687
commit 420af751fc

View file

@ -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