language: objective-c install: bundle install before_install: - (ruby --version) - sudo chown -R travis ~/Library/RubyMotion - mkdir -p ~/Library/RubyMotion/build - sudo motion update - bundle install - bundle exec rake pod:install script: bundle exec rake spec:units