Browse Source

use "non-test" ppa

Maybe something weird about how gcc is configured with the test
toolchain?
tags/json-c-0.14-20200419
andy5995 6 years ago
parent
commit
a49f1dee8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

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


Loading…
Cancel
Save