From 8bce520e555b93ff78fbaf621022c272e5cc7ff7 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Thu, 18 Feb 2016 13:32:22 +0100 Subject: [PATCH] again --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d3c2c9..9f66096 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ language: c compiler: gcc before_install: -- export DEBCONF_NONINTERACTIVE_SEEN=true # Fix apt preferences for libconfig - "echo 'Package: libconfig*' | sudo tee -a /etc/apt/preferences" - "echo 'Pin: release n=quantal*' | sudo tee -a /etc/apt/preferences" - "echo 'Pin-Priority: 990' | sudo tee -a /etc/apt/preferences" - sudo apt-get -qq --fix-missing dist-upgrade - sudo add-apt-repository ppa:mosquitto-dev/mosquitto-ppa -y -- sudo apt-get update -qq +- sudo DEBCONF_NONINTERACTIVE_SEEN=true DEBIAN_FRONTEND=noninteractive apt-get update -qq - apt-cache search mosquitto - sudo apt-get install -qq libmosquitto-dev libconfig8-dev script: