From: Francois-Xavier Le Bail Date: Mon, 29 Oct 2018 15:54:42 +0000 (+0100) Subject: Travis CI: Add the "./tcpdump -h" command X-Git-Tag: tcpdump-4.99-bp~976 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/4876f62274f1678c07bddf863f00b3e7db8d3474 Travis CI: Add the "./tcpdump -h" command --- diff --git a/.travis.yml b/.travis.yml index 29e82424..bd448899 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,4 +104,5 @@ script: - ./tcpdump -D - ./tcpdump -J - ./tcpdump --version + - ./tcpdump -h - if [ "$CMAKE" = no ]; then make releasetar; fi