From: andy5995 Date: Fri, 26 Jul 2019 04:00:50 +0000 (-0500) Subject: use "non-test" ppa X-Git-Tag: json-c-0.14-20200419~91^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a49f1dee8a033cf3f9aaef0be6539cb4669edc51;p=thirdparty%2Fjson-c.git use "non-test" ppa Maybe something weird about how gcc is configured with the test toolchain? --- diff --git a/.travis.yml b/.travis.yml index d6e2556a..4460f515 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ before_install: eval "${MATRIX_EVAL}"; if [ -n "$MATRIX_EVAL" ] && [ "$TRAVIS_COMPILER" != "clang" ]; then sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157; - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; + sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa; sudo apt-get update -qq; sudo apt-get install -y $CC; fi;