From d3ee4b6213b8980ec056c73f8b5a7d6f43ae252b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 19 May 2016 20:06:21 +0200 Subject: [PATCH] travis: no need for --with-{json,xml} It's automatically enabled. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d2c6211..42fb8594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - LLDPD_CONFIG_ARGS="--with-embedded-libevent" - LLDPD_CONFIG_ARGS="--disable-shared --enable-static" - 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 --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom" - LLDPD_CONFIG_ARGS="--enable-oldies" - LLDPD_CONFIG_ARGS="--with-seccomp" matrix: -- 2.47.2