From d45b1f7bfd9408ddb8170a42f32e0a97b5336c69 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 17 Apr 2020 00:11:19 -0700 Subject: [PATCH] Disable trusty builds on Travis Ubuntu Trusty doesn't ship with a new enough pkg-config, which causes the PKG_INSTALLDIR macro to fail on those systems. Since Trusty is EOL anyway, simply disable the CI build on it. --- .travis.yml | 6 ------ README.md | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc8f78e..b6bfbce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,6 @@ compiler: jobs: include: - - os: linux - dist: trusty - compiler: gcc - - os: linux - dist: trusty - compiler: clang - os: linux dist: xenial compiler: gcc diff --git a/README.md b/README.md index eeab57f..8f7eb6d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ the individual folders for README information. Build has been tested on the following operating systems (x86-64 only): -* Ubuntu 14.04 LTS +* ~~Ubuntu 14.04 LTS~~ * Ubuntu 16.04 LTS * Ubuntu 18.04 LTS * OS X 10.13.6