devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers
MIT License
4.18k stars 290 forks source link

Updated `.travis.yml` to use Xcode 8 for this Swift-3.0 branch #33

Closed capnslipp closed 8 years ago

capnslipp commented 8 years ago

Changed the osx_image in the .travis.yml to xcode8 (Xcode 8 is necessary to compile with Swift 3), which is now a supported option according to https://docs.travis-ci.com/user/languages/objective-c .

While I don't know what beta this Xcode 8 is (at time of writing, the latest is beta 6), we'll find out soon enough, I guess?  And xcode8 would include future betas & GM seeds & release, so it can't hurt.

devxoul commented 8 years ago

Thanks!