travis: Add dbus source headers to the build environment.

This commit is contained in:
Damir Jelić 2019-05-02 16:33:12 +02:00
parent 7f8d18d857
commit 1e04346bcd

View File

@ -1,6 +1,12 @@
language: python
dist: xenial
sudo: false
addons:
apt:
packages:
- libdbus-1-dev
before_install:
- wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2
- tar -xvf olm-master.tar.bz2