fix: added libpcap-dev to travis file.

This commit is contained in:
evilsocket 2018-01-07 16:57:06 +01:00
parent 4ca8b89375
commit 1fe7d37cdd

View file

@ -6,6 +6,10 @@ go:
git:
depth: 3
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libpcap-dev
install:
- make deps