Skip to content

Commit 47d2592

Browse files
committed
.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 <pierre-louis.bossart@linux.intel.com>
1 parent 1aeb5d9 commit 47d2592

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ git:
1212
depth: 20
1313

1414
before_install:
15-
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
1615
- sudo apt-get update -qq
17-
- sudo apt-get install -y python-ply python-git libelf-dev codespell fakeroot gcc-9 g++-9 gcc-aarch64-linux-gnu
18-
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9
16+
- sudo apt-get install -y python-ply python-git libelf-dev codespell fakeroot gcc g++ gcc-aarch64-linux-gnu
1917
- sudo apt-get install -y xz-utils lftp
2018

2119
install:

0 commit comments

Comments
 (0)