Skip to content

Commit a1557a5

Browse files
committed
Added pkg-config to Travis CI config
1 parent 969808d commit a1557a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ matrix:
1111
allow_failures:
1212
- rust: nightly
1313

14+
env:
15+
global:
16+
- PKG_CONFIG_PATH="/usr/lib/*/pkgconfig/"
17+
1418
addons:
1519
apt:
1620
packages:
1721
- libsmbclient
22+
- pkg-config

0 commit comments

Comments
 (0)