telize

High performance JSON IP and GeoIP REST API (IP Geolocation)
Log | Files | Refs | README | LICENSE

commit 77fa8764cd98e5587c519a1b8329f3ab94911776
parent 87da0171d3c12a543b95d68de11c8e707bc11c47
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 30 Sep 2019 23:12:58 +0200

Update build environment, there is no need to use MaxMind's PPA anymore (TravisCI).

Diffstat:
M.travis.yml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,16 +1,17 @@ language: c +dist: bionic + compiler: - clang - gcc before_install: - - sudo add-apt-repository -y ppa:maxmind/ppa - sudo apt-get -qq update - sudo apt-get install -y libmaxminddb-dev libssl-dev - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- - git clone https://git.kore.io/kore.git - - cd kore && make NOTLS=1 + - cd kore && make - sudo make install - cd -