From: andy5995 Date: Fri, 26 Jul 2019 04:16:09 +0000 (-0500) Subject: revert toolchain back to "test" X-Git-Tag: json-c-0.14-20200419~91^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=163db3f6d0eb70676ca1dbcf18e1af49f196e469;p=thirdparty%2Fjson-c.git revert toolchain back to "test" --- diff --git a/.travis.yml b/.travis.yml index 2d844604..41d557ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: cpp -cache: ccache matrix: # gcc include: @@ -78,8 +77,8 @@ before_install: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then eval "${MATRIX_EVAL}"; if [ -n "$MATRIX_EVAL" ] && [ "$TRAVIS_COMPILER" != "clang" ]; then - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F; - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa; + sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157; + sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-get update -qq; sudo apt-get install -y $CC; fi;