From 7e4a91f0481ddbbfcff40213efcc181cea59bbd6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 May 2014 15:47:42 +0200 Subject: [PATCH] travis: only run "make distcheck" We don't need to compile stuff twice. --- .travis/run.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.2