mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-04-30 05:35:42 +08:00
14 lines
326 B
YAML
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
|