From: Vincent Bernat Date: Sat, 9 Apr 2016 12:42:28 +0000 (+0200) Subject: travis: also test with seccomp enabled X-Git-Tag: 0.9.3~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99eb22eb5b766d829ee47ef685fdb6c57be2012a;p=thirdparty%2Flldpd.git travis: also test with seccomp enabled This functionality has been untested for far too long. --- diff --git a/.travis.yml b/.travis.yml index e9b49f96..5d2c6211 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: - 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="--enable-oldies" + - LLDPD_CONFIG_ARGS="--with-seccomp" matrix: include: - os: linux