Browse Source

change key

tags/json-c-0.14-20200419
andy5995 6 years ago
parent
commit
1da4b23235
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -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;


Loading…
Cancel
Save