From 71f26b3a4cb178fe1507aecbfa161eb46d35ba5c Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 23 Nov 2014 00:36:27 +0100 Subject: [PATCH] removing utopic --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67e7fcdac..55cec368b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,9 @@ before_install: - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) multiverse" - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) restricted" - - 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://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 ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -qq