]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
use "non-test" ppa
authorandy5995 <andy400-dev@yahoo.com>
Fri, 26 Jul 2019 04:00:50 +0000 (23:00 -0500)
committerandy5995 <andy400-dev@yahoo.com>
Sat, 27 Jul 2019 03:24:12 +0000 (22:24 -0500)
Maybe something weird about how gcc is configured with the test
toolchain?

.travis.yml

index d6e2556a190fd7680afce02058d2e8d88ddd3008..4460f5153ea4362e7041a32d5eea162f703dd5dd 100644 (file)
@@ -79,7 +79,7 @@ before_install:
       eval "${MATRIX_EVAL}";\r
       if [ -n "$MATRIX_EVAL" ] && [ "$TRAVIS_COMPILER" != "clang" ]; then\r
         sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157;\r
-        sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;\r
+        sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa;\r
         sudo apt-get update -qq;\r
         sudo apt-get install -y $CC;\r
       fi;\r