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