From: David Schweikert Date: Mon, 23 Jan 2017 21:19:55 +0000 (+0100) Subject: coverity fix X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=426aa522b6212589f192a1b6e3c93d7bd2a1fdc9;p=fping.git coverity fix --- diff --git a/.travis.yml b/.travis.yml index 8d68909..d0b773c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,6 @@ addons: name: "schweikert/fping" description: "Build submitted via Travis CI" notification_email: david@schweikert.ch - build_command_prepend: "./configure; make clean" - build_command: "make -j 4" + #build_command_prepend: "ci/build-2-install.sh" + build_command: "ci/build-2-install.sh" branch_pattern: coverity_scan