From ad36ff7a0467e5b213199be2f42f3c8ed4f4c3d8 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 9 Feb 2016 11:50:24 +0100 Subject: [PATCH] fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d031d63..e409486 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - "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 dist-upgrade +- sudo apt-get --fix-missing dist-upgrade - sudo add-apt-repository ppa:mosquitto-dev/mosquitto-ppa -y - sudo apt-get update -qq - apt-cache search mosquitto