From 62f5cd0897055ae2607c7331952173b71b23b17e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 7 Aug 2015 11:19:25 +0200 Subject: [PATCH] travis: also test when oldies are enabled --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1e82bbc..7938fe4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ 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" + - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom --enable-oldies" matrix: include: - os: linux -- 2.39.5