From: Vincent Bernat Date: Thu, 15 May 2014 13:23:05 +0000 (+0200) Subject: travis: try to build only with clang on OS X X-Git-Tag: 0.7.9~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45bf176ba5396c16b762f6bc02b13cc486942d80;p=thirdparty%2Flldpd.git travis: try to build only with clang on OS X --- diff --git a/.travis.yml b/.travis.yml index 479fa408..00cf1e74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: c -os: - - linux - - osx +os: linux compiler: - clang - gcc @@ -14,3 +12,7 @@ env: - LLDPD_CONFIG_ARGS="--with-embedded-libevent" - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp" - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3" +matrix: + include: + - os: osx + compiler: clang