]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: try to build only with clang on OS X
authorVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 13:23:05 +0000 (15:23 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 13:23:05 +0000 (15:23 +0200)
.travis.yml

index 479fa40899912f4c0cc2254dbc80fe63dc98868a..00cf1e74cb149bfb74868c7ed95b783841797a4c 100644 (file)
@@ -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