orta / ARAnalytics

Simplify your iOS/Mac analytics
MIT License
1.84k stars 217 forks source link

Fixing Travis CI build #227

Closed fabiojgrocha closed 8 years ago

fabiojgrocha commented 8 years ago

This fixes the Travis build, I've tested on my forks Travis and it is working but there is a unit test failing, as we are not stubing the singleton it seems that the tests run in a random order and when we execute "Starts with no providers", it still has providers from a previous test.

orta commented 8 years ago

Awesome, this is much better than before :D

fabiojgrocha commented 8 years ago

Cool! (Y)