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

This commit is contained in:
Meeh 2014-07-14 07:16:41 +02:00
parent 8b2fc666db
commit 9b4dd95b1c

View File

@ -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