From: Vincent Bernat Date: Thu, 19 May 2016 18:06:21 +0000 (+0200) Subject: travis: no need for --with-{json,xml} X-Git-Tag: 0.9.3~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3ee4b6213b8980ec056c73f8b5a7d6f43ae252b;p=thirdparty%2Flldpd.git travis: no need for --with-{json,xml} It's automatically enabled. --- 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: