diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-16 21:27:40 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-17 14:01:11 +0200 |
commit | 8b6d02f9b6224c28312fb11187a8c07a8a0ac26c (patch) | |
tree | 225f9d55e8771474f70f843f7931d744268b9f7b /.travis.yml | |
parent | 746ce1788f0d06d8c53cb647cceaea0d8ff6b54b (diff) | |
download | tcpdump-8b6d02f9b6224c28312fb11187a8c07a8a0ac26c.tar.gz |
Travis CI: Remove the useless package libusb-1.0-0-dev
It is not needed for usbmon USB capture support on Linux.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f8fba120..6ddc1a54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,6 @@ addons: branch_pattern: coverity_scan apt: packages: - - libusb-1.0-0-dev - libdbus-1-dev - libbluetooth-dev - libnl-genl-3-dev |