From: Vincent Bernat Date: Wed, 16 Mar 2016 22:24:29 +0000 (+0100) Subject: travis: use a separate test for oldies X-Git-Tag: 0.9.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Fpytest-on-travis;p=thirdparty%2Flldpd.git travis: use a separate test for oldies We want a complete coverage for this case. --- diff --git a/.travis.yml b/.travis.yml index 0f68e88c..de41f653 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ env: - LLDPD_CONFIG_ARGS="" - LLDPD_CONFIG_ARGS="--with-embedded-libevent" - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp" - - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom --enable-oldies" + - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom" + - LLDPD_CONFIG_ARGS="--enable-oldies" matrix: include: - os: linux