From 9b4dd95b1cc359216ff7b1ee4a1cdd4368336d18 Mon Sep 17 00:00:00 2001 From: Meeh Date: Mon, 14 Jul 2014 07:16:41 +0200 Subject: [PATCH] To force build against OSX, set the language to objective-c as well acording to https://github.com/biocore/scikit-bio/issues/184#issuecomment-37843764 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 55a060ea..74c49595 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,16 @@ notifications: --- +# OSX Notes +# To force build against OSX, set the language to objective-c as well acording to +# this issue: https://github.com/biocore/scikit-bio/issues/184#issuecomment-37843764 +# Since this is a seperate section, it shouldn't stop the linux build. +# See the head links as well for more information. + os: - osx language: + - objective-c - cpp compiler: - clang