Added pkg-config to Travis CI config

This commit is contained in:
Konstantin Gribov
2016-12-25 04:57:20 +03:00
parent 969808d070
commit a1557a5f1d

View File

@@ -11,7 +11,12 @@ matrix:
allow_failures:
- rust: nightly
env:
global:
- PKG_CONFIG_PATH="/usr/lib/*/pkgconfig/"
addons:
apt:
packages:
- libsmbclient
- pkg-config