From: Denis Ovsienko Date: Wed, 6 Sep 2017 10:11:44 +0000 (+0100) Subject: Travis CI: enable fast_finish X-Git-Tag: tcpdump-4.99-bp~1989 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/19961761ae39de7ff6b56ade8baa3b2a3d76f7eb Travis CI: enable fast_finish This will signal the build failure as soon as any job has failed (libpcap has this enabled already). --- diff --git a/.travis.yml b/.travis.yml index 91f0fcc2..3fdc57f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ env: # usual processing: false. - coverity_scan_script_test_mode=false +matrix: + fast_finish: true + addons: coverity_scan: # customized build script URL