Reputation: 2057
When will Travis support XCode 6.3? It was announced on April 9 that it would be up soon. http://blog.travis-ci.com/2015-04-09-this-week-in-travis-ci/
Upvotes: 1
Views: 107
Reputation: 10355
As of May 26th, there is beta support for Xcode 6.3 in Travis: http://blog.travis-ci.com/2015-05-26-xcode-63-beta-general-availability/
You just have to add osx_image: beta-xcode6.3
in your .travis.yml
file to opt in.
Upvotes: 3
Reputation: 1145
Update on 4-20-15: Not ready yet. Travis CI will need a few more weeks. Their new infrastructure requires OS X Yosemite (10.10), which does not support it yet.
There is a bit of unknown here, because Xcode 6.3 requires OS X 10.10 (a.k.a. Yosemite). The new infrastructure service provider is running on a version of virtualization software that does not officially support 10.10.
Upvotes: 0