]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: no need for --with-{json,xml}
authorVincent Bernat <vincent@bernat.im>
Thu, 19 May 2016 18:06:21 +0000 (20:06 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 19 May 2016 18:06:21 +0000 (20:06 +0200)
It's automatically enabled.

.travis.yml

index 5d2c621132a1c1c48567260bcd4c3b1bf79de5ab..42fb859498e7a1d849d41afbed0d05c578de8d6c 100644 (file)
@@ -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: