# HG changeset patch # User Matt Johnston # Date 1394283632 -28800 # Node ID 3a32abe076fc6f38607984f4da0feae3473bce71 # Parent f2dd12444e37e56da8de280b7d6de236d76262ed Don't 'make install' for coverity diff -r f2dd12444e37 -r 3a32abe076fc .travis.yml --- a/.travis.yml Sat Mar 08 18:16:11 2014 +0800 +++ b/.travis.yml Sat Mar 08 21:00:32 2014 +0800 @@ -28,5 +28,5 @@ description: "Dropbear SSH" notification_email: matt@ucc.asn.au build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst - build_command: make install MULTI=1 + build_command: make MULTI=1 branch_pattern: coverity