Mercurial > dropbear
changeset 922:3a32abe076fc coverity
Don't 'make install' for coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 08 Mar 2014 21:00:32 +0800 |
parents | f2dd12444e37 |
children | 204dc7bd62aa |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: [email protected] 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