]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: only run "make distcheck"
authorVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 13:47:42 +0000 (15:47 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 13:47:42 +0000 (15:47 +0200)
We don't need to compile stuff twice.

.travis/run.sh

index 810663ffba7e518cf10488721ef30b52f40d7659..2dd41f3ae896107bc35cc6235d735ecd6ad8b165 100755 (executable)
@@ -4,7 +4,5 @@ set -e
 
 ./autogen.sh
 ./configure $LLDPD_CONFIG_ARGS
-make
-make check
 make distcheck
 sudo make install