infinitered / cdq

Core Data Query for RubyMotion
MIT License
172 stars 35 forks source link

[ci] Travis CI failing #142

Closed cmckni3 closed 5 years ago

cmckni3 commented 5 years ago
sudo chown -R travis ~/Library/RubyMotion
chown: /Users/travis/Library/RubyMotion: No such file or directory
The command "sudo chown -R travis ~/Library/RubyMotion" failed and exited with 1 during .
andrewhavens commented 5 years ago

The error was before that line:

$ motion --version
/Users/travis/.travis/functions: line 109: motion: command not found

Looks like RubyMotion isn't being installed correctly.

andrewhavens commented 5 years ago

Based on another working Travis build, I think the thing we're missing in the travis config is osx_image: xcode8

cmckni3 commented 5 years ago

Yeah true it was the line before too. Either way RM isn't installed.

I know Travis CI changed up stuff since introducing containers

https://docs.travis-ci.com/user/languages/objective-c#supported-xcode-versions