use "non-test" ppa

Maybe something weird about how gcc is configured with the test
toolchain?
This commit is contained in:
andy5995
2019-07-25 23:00:50 -05:00
parent 897b49f475
commit a49f1dee8a

View File

@@ -79,7 +79,7 @@ before_install:
eval "${MATRIX_EVAL}"; eval "${MATRIX_EVAL}";
if [ -n "$MATRIX_EVAL" ] && [ "$TRAVIS_COMPILER" != "clang" ]; then if [ -n "$MATRIX_EVAL" ] && [ "$TRAVIS_COMPILER" != "clang" ]; then
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157; 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 update -qq;
sudo apt-get install -y $CC; sudo apt-get install -y $CC;
fi; fi;