Skip to content

Commit f8b6623

Browse files
committed
pkg_config in travis
1 parent c189037 commit f8b6623

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ matrix:
2727
- env: TARGET=x86_64-apple-darwin
2828
os: osx
2929

30+
addons:
31+
apt:
32+
packages:
33+
- pkg-config
34+
- libssl-dev
35+
3036
before_install:
3137
- set -e
32-
- sudo apt-get -y install libssl-dev
3338
- rustup self update
3439

3540
install:

0 commit comments

Comments
 (0)