Files
ProMotion/.travis.yml
Jamon Holmgren 3c8482b651 Removed travis
2015-02-26 22:23:44 -08:00

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