Skip to content

Problems with Travis CI

Nat! edited this page Oct 18, 2017 · 2 revisions

Travis allows multiple C-Compilers with the recent addition of the matrix feature. Travis sets the CC variable, even if no matrix is being used, which overrides the default .CC file used in mulle-objc projects. Until there is a better solution, unset the CC variable in .travis.yml:

CC= mulle-build