From 2767ca07d48c48b43ba1ae7b7f62d8320a2bb9e9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 30 Dec 2017 12:55:04 -0800 Subject: Disable osx+clang build on Travis for now --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 34db3086..4def903d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,12 @@ matrix: # "boost::re_detail::perl_matcher >, boost::regex_traits > >::find()", referenced from: # bool boost::regex_search > >(char const*, char const*, boost::basic_regex > > const&, boost::regex_constants::_match_flags) in main.cc.o # bool boost::regex_search > >(char const*, char const*, boost::basic_regex > > const&, boost::regex_constants::_match_flags) in global.cc.o + - os: osx + compiler: clang + # On Mac OS X building ledger with clang fails due to + # dyld: Library not loaded: libboost_python.dylib + # Referenced from: /Users/travis/build/ledger/ledger/ledger + # Reason: image not found addons: coverity_scan: -- cgit v1.2.3