From af13cbb0f13ae7c1ccb086cc950edfafecb89cf9 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 13 Oct 2015 14:59:54 +0200 Subject: [PATCH] travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b4b99ab..f960548 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: c compiler: gcc before_install: + - sudo add-apt-repository ppa:mosquitto-dev/mosquitto-ppa - sudo apt-get update -qq - apt-cache search mosquitto - sudo apt-get install -qq libmosquitto-dev