]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: use a separate test for oldies feature/pytest-on-travis
authorVincent Bernat <vincent@bernat.im>
Wed, 16 Mar 2016 22:24:29 +0000 (23:24 +0100)
committerVincent Bernat <vincent@bernat.im>
Wed, 16 Mar 2016 22:24:29 +0000 (23:24 +0100)
We want a complete coverage for this case.

.travis.yml

index 0f68e88ca08c57cf61feccb48e9e34e70d189b79..de41f6533f1cc3e0567e998489f8b20f2e87dd60 100644 (file)
@@ -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