From 99eb22eb5b766d829ee47ef685fdb6c57be2012a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 9 Apr 2016 14:42:28 +0200 Subject: [PATCH] travis: also test with seccomp enabled This functionality has been untested for far too long. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5