From: Vincent Bernat Date: Thu, 15 May 2014 23:52:52 +0000 (+0200) Subject: travis: no need for `make install` X-Git-Tag: 0.7.9~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c034207574e12b9e64b8de9acf6cd9d14a746634;p=thirdparty%2Flldpd.git travis: no need for `make install` We already do a `make distcheck` for that purpose. --- diff --git a/.travis/run.sh b/.travis/run.sh index ef6124dc..67ff5796 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -5,4 +5,3 @@ set -e ./autogen.sh ./configure $LLDPD_CONFIG_ARGS make distcheck DISTCHECK_CONFIGURE_FLAGS="$LLDPD_CONFIG_ARGS" -sudo make install