From 45bf176ba5396c16b762f6bc02b13cc486942d80 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 May 2014 15:23:05 +0200 Subject: [PATCH] travis: try to build only with clang on OS X --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5