From c034207574e12b9e64b8de9acf6cd9d14a746634 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 16 May 2014 01:52:52 +0200 Subject: [PATCH] travis: no need for `make install` We already do a `make distcheck` for that purpose. --- .travis/run.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5