From: Vincent Bernat Date: Thu, 15 May 2014 13:47:42 +0000 (+0200) Subject: travis: only run "make distcheck" X-Git-Tag: 0.7.9~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e4a91f0481ddbbfcff40213efcc181cea59bbd6;p=thirdparty%2Flldpd.git travis: only run "make distcheck" We don't need to compile stuff twice. --- diff --git a/.travis/run.sh b/.travis/run.sh index 810663ff..2dd41f3a 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -4,7 +4,5 @@ set -e ./autogen.sh ./configure $LLDPD_CONFIG_ARGS -make -make check make distcheck sudo make install