mysterioustrousers / MTDates

A thread safe date calculation library with all the date functions you'll ever need.
BSD 2-Clause "Simplified" License
343 stars 68 forks source link

Make TravisCI to run tests on iOS as well #46

Open yas375 opened 10 years ago

yas375 commented 10 years ago

Running tests on iOS7 and iOS8 on TravisCI will ensure that we don't use an API added only in iOS8. For example like usage of NSCalendarIdentifierGregorian.

If @atomkirk doesn't have objections against it, I would be glad to do this myself. But probably a little later when I have more time. So if anyone wants to join this - you are welcome ;)

atomkirk commented 10 years ago

please do