From a243e2318cef1f0f1208e8b51caa0899e56b70dd Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 23 Nov 2014 00:57:14 +0100 Subject: [PATCH] adding gqrx --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 55cec368b..274911dcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: #- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic universe" #- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic multiverse" #- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic" - - sudo add-apt-repository "deb http://ppa.launchpad.net/gqrx/releases/ubuntu $(lsb_release -sc)" + - sudo add-apt-repository -y ppa:gqrx/releases - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -qq - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi