Closed markrickert closed 5 years ago
Looks like we need to update the Travis config, but your PR looks fine, so I'll merge it.
I think we need to put a rubymotion license key in the travis config now... it's not free for CI anymore, as far as i understand.
@markrickert Correct and the config should install RubyMotion using the installer. Newer Travis CI images do not include RubyMotion.
See https://github.com/amirrajan/rubymotion-applied/issues/126
@cmckni3 @markrickert Sorry, I forgot to follow up on this one. Yes, I've been working on getting a new Travis build running on the latest versions of everything. I've been working with Amir to resolve the license key issue. Currently waiting for v6.4 release of RubyMotion before being able to know for sure if my configuration is correct. My work in progress is on the chore/travis-config branch.
I could believe it... i ran
bundle && rake clean:all && rake spec
and all the tests ran and passed! I'm pretty shocked right now... @jamonholmgren all those tests we wrote like 5 years ago and 6 ios version ago still work! ha!