From 06494775ec9ab2be93a5e9af98f018f9ca73a600 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 16 Mar 2016 23:24:29 +0100 Subject: [PATCH] travis: use a separate test for oldies We want a complete coverage for this case. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5