]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: no need for `make install`
authorVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 23:52:52 +0000 (01:52 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 23:52:52 +0000 (01:52 +0200)
We already do a `make distcheck` for that purpose.

.travis/run.sh

index ef6124dc906c7a0f81005d4268fed2afc4a4f402..67ff57966772b3c127f8c9b6f0adb13e02f9ffc8 100755 (executable)
@@ -5,4 +5,3 @@ set -e
 ./autogen.sh
 ./configure $LLDPD_CONFIG_ARGS
 make distcheck DISTCHECK_CONFIGURE_FLAGS="$LLDPD_CONFIG_ARGS"
-sudo make install