Files
rmq/.travis.yml

14 lines
326 B
YAML

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