From 047ab6702dedaa6c18313d4812c4562b14e79406 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 May 2014 15:26:14 +0200 Subject: [PATCH] travis: on OS X, try with/without embedded libevent and with/without SNMP --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.5