Add dbus and pkgconfig dependencies in travis.yml
This commit is contained in:
parent
f0ae628687
commit
420af751fc
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ matrix:
|
||||||
cache:
|
cache:
|
||||||
cargo: true
|
cargo: true
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libdbus-1-dev
|
||||||
|
- pkg-config
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --all --all-features --verbose -j 1
|
- cargo build --all --all-features --verbose -j 1
|
||||||
- cargo test --all --all-features --verbose -j 1
|
- cargo test --all --all-features --verbose -j 1
|
||||||
|
|
Loading…
Reference in a new issue