theappbusiness / TABTestKit

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers
MIT License
59 stars 13 forks source link

Investigate if TravisCI supports running on multiple iOS versions (it should!) #46

Closed KaneCheshire closed 4 years ago

KaneCheshire commented 5 years ago

Since we're having issues with iOS 12 to iOS 13, it would be really beneficial to have CI run tests on both so we can be sure fixing one doesn't break the other

KaneCheshire commented 5 years ago

Also just a thought, even better would be to have it run on two different versions of Xcode as well, since it can be really easy to accidentally miss out a return in Xcode 11 which won't compile on Xcode 10, even though they're both Swift 5.

zacoid55 commented 4 years ago

@KaneCheshire you have no idea how much "since it can be really easy to accidentally miss out a return in Xcode 11 which won't compile on Xcode 10, even though they're both Swift 5." helped me understand why something won't build hahaha