mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-04-30 05:05:34 +08:00
13 lines
283 B
YAML
13 lines
283 B
YAML
language: objective-c
|
|
before_install:
|
|
- (ruby --version)
|
|
- sudo chown -R travis ~/Library/RubyMotion
|
|
- mkdir -p ~/Library/RubyMotion/build
|
|
- sudo motion update
|
|
gemfile:
|
|
- Gemfile
|
|
script:
|
|
- bundle install
|
|
- bundle exec rake clean
|
|
- bundle exec rake spec
|