From: Vincent Bernat Date: Thu, 15 May 2014 13:26:14 +0000 (+0200) Subject: travis: on OS X, try with/without embedded libevent and with/without SNMP X-Git-Tag: 0.7.9~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=047ab6702dedaa6c18313d4812c4562b14e79406;p=thirdparty%2Flldpd.git travis: on OS X, try with/without embedded libevent and with/without SNMP --- diff --git a/.travis.yml b/.travis.yml index 00cf1e74..827a4d3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,7 @@ matrix: include: - os: osx compiler: clang + env: LLDPD_CONFIG_ARGS="--with-embedded-libevent" + - os: osx + compiler: clang + env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"