From 1d60077b13d4e9e03a73330f9a7d9e55ca4a8226 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 22 Nov 2014 13:02:31 +0100 Subject: [PATCH] Trying to use GNU Radio 3.7 in Travis, II --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 197d2a5ec..88502c9a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_install: - 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 trusty universe" + - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty" - 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