Switch to sourceline syntax for the toolchain PPA in Travis.
authorDan Fandrich <dan@coneharvesters.com>
Sun, 26 Apr 2020 15:41:18 +0000 (17:41 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Sun, 26 Apr 2020 15:41:18 +0000 (17:41 +0200)
.travis.yml

index 373288b..ce0b95d 100644 (file)
@@ -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