Install pkg-config before building on Travis.

This commit is contained in:
Dag-Erling Smørgrav 2017-03-07 02:14:32 +01:00
parent fbf69f31cb
commit aafbf63023

View file

@ -3,6 +3,10 @@ compiler:
- clang
- gcc
before_install:
- sudo apt-get update -q
- sudo apt-get install -y pkg-config
before_script:
- ./autogen.sh
- ./configure --enable-developer-warnings --enable-werror