dtrenz / LaunchGate

LaunchGate makes it easy to let users know when an update to your app is available.
http://dtrenz.github.io/LaunchGate
Other
60 stars 16 forks source link

Updating Travis CI config to keep CI jobs working #32

Closed dtrenz closed 7 years ago

dtrenz commented 7 years ago

Updating to oldest version of Xcode that is not (yet) deprecated by Travis CI. Also, using bundler to install CocoaPods.

jshier commented 7 years ago

Could just combine this with the Swift 3 port and move right to the latest version. Otherwise you'll need to do this work twice.

dtrenz commented 7 years ago

Well, I'd like to sort out these issues with Travis separately (if I can), then update the Swift 3 PR #31 from master once this is merged. Then the Swift 3 PR should (hopefully) just need to update the Xcode version.