From e72186255180446cdc0fe0600511b9f313172072 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 8 Apr 2018 20:34:35 +0200 Subject: [PATCH] build: also build with embedded libevent in OSX --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0b5d34e2..ac7e87a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,9 @@ matrix: - os: osx compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" + - os: osx + compiler: clang + env: LLDPD_CONFIG_ARGS="--with-embedded-libevent" - os: osx compiler: clang if: tag =~ ^[0-9] -- 2.39.5