From 154189b77491191e00e1204083ab51c4ad5a60ff Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sun, 26 Apr 2020 17:41:18 +0200 Subject: [PATCH] Switch to sourceline syntax for the toolchain PPA in Travis. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 373288b..ce0b95d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,6 @@ matrix: apt: sources: - llvm-toolchain-trusty-8 - - ubuntu-toolchain-r-test packages: - autopoint - clang-8 @@ -99,7 +98,8 @@ matrix: addons: apt: sources: - - ubuntu-toolchain-r-test + sourceline: + - ppa:ubuntu-toolchain-r/test packages: - autopoint - g++-8 @@ -110,7 +110,8 @@ matrix: addons: apt: sources: - - ubuntu-toolchain-r-test + sourceline: + - ppa:ubuntu-toolchain-r/test packages: - autopoint - g++-9 -- 2.7.4