mirror of https://github.com/nirenjan/libx52.git
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.debian-packaging
parent
116f7b3a57
commit
d45b1f7bfd
|
@ -13,12 +13,6 @@ compiler:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
compiler: gcc
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
compiler: clang
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
|
@ -20,7 +20,7 @@ the individual folders for README information.
|
||||||
|
|
||||||
Build has been tested on the following operating systems (x86-64 only):
|
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 16.04 LTS
|
||||||
* Ubuntu 18.04 LTS
|
* Ubuntu 18.04 LTS
|
||||||
* OS X 10.13.6
|
* OS X 10.13.6
|
||||||
|
|
Loading…
Reference in New Issue