.travis.yml: upgrade to Xenial image

We require pkg-config >= 0.27.

Closes #402
This commit is contained in:
evpobr 2018-08-10 10:26:12 +05:00 committed by Erik de Castro Lopo
parent 7ea3f9d874
commit b0453860db

View File

@ -4,7 +4,7 @@ language: c
matrix:
include:
- os: linux
dist: trusty
dist: xenial
compiler: clang
addons:
apt:
@ -15,7 +15,7 @@ matrix:
- libflac-dev
- libasound2-dev
- os: linux
dist: trusty
dist: xenial
compiler: gcc
addons:
apt:
@ -34,11 +34,6 @@ before_install:
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
brew update
brew install autogen flac libogg libvorbis
else
sudo add-apt-repository ppa:ondrej/autotools -y # automake 1.15
sudo add-apt-repository ppa:cz.nic-labs/knot-dns -y # pkg-config 0.29.2
sudo apt-get update
sudo apt-get install -y autoconf automake-1.15 pkg-config m4 libfftw3-dev libasound2-dev
fi
install: