From 1da4b232358d8b2cf6da37ed8c97f30126af8f4f Mon Sep 17 00:00:00 2001 From: andy5995 Date: Thu, 25 Jul 2019 23:10:14 -0500 Subject: [PATCH] change key --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4460f51..2d84460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ 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 6B05F25D762E3157; + sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F; sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa; sudo apt-get update -qq; sudo apt-get install -y $CC;