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:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: clang
|
||||
- os: linux
|
||||
dist: xenial
|
||||
compiler: gcc
|
||||
|
|
Loading…
Reference in New Issue