From cf335eee58332281894274594bcd8bc648041275 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 9 Feb 2016 11:44:52 +0100 Subject: [PATCH] go --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6715f93..d031d63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: c compiler: gcc before_install: # 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 +- "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 add-apt-repository ppa:mosquitto-dev/mosquitto-ppa -y - sudo apt-get update -qq