From 47d2592da93bf310a3392a5bfdb2a36984bebd70 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Fri, 28 Aug 2020 13:27:41 -0500 Subject: [PATCH] .travis.yml: remove obsolete/unneeded ppa Remove the ppa for gcc tools as the default gcc version now is GCC 9.3 Signed-off-by: Pierre-Louis Bossart --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad7331798679eb..f78e7bb3b99a75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,8 @@ git: depth: 20 before_install: - - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq - - sudo apt-get install -y python-ply python-git libelf-dev codespell fakeroot gcc-9 g++-9 gcc-aarch64-linux-gnu - - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 + - sudo apt-get install -y python-ply python-git libelf-dev codespell fakeroot gcc g++ gcc-aarch64-linux-gnu - sudo apt-get install -y xz-utils lftp install: