added missing libmosquitto0-dev

This commit is contained in:
john30
2017-06-03 12:35:05 +02:00
parent 80089be431
commit 348c79d7a4
+1 -1
View File
@@ -8,7 +8,7 @@ addons:
- php5-cli - php5-cli
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y libmosquitto0 - sudo apt-get install -y libmosquitto0 libmosquitto0-dev
- export CXX=g++-4.8 - export CXX=g++-4.8
script: script:
- ./autogen.sh --enable-coverage && make all test - ./autogen.sh --enable-coverage && make all test