From a49f1dee8a033cf3f9aaef0be6539cb4669edc51 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Thu, 25 Jul 2019 23:00:50 -0500 Subject: [PATCH] use "non-test" ppa Maybe something weird about how gcc is configured with the test toolchain? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6e2556..4460f51 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; -- 2.40.0