Install libpcap0.8-dev when building on travis

This commit is contained in:
Arnout Engelen
2015-12-20 19:55:00 +01:00
parent f8d573283e
commit b127077b19

View File

@@ -1,5 +1,5 @@
language: cpp language: cpp
install: true install: apt-get install libpcap0.8-dev
script: make script: make