Install pkg-config before building on Travis.

This commit is contained in:
Dag-Erling Smørgrav 2017-03-07 02:31:56 +01:00
parent 910b02c3d4
commit 5aac818cdc
1 changed files with 4 additions and 0 deletions

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