Files
rmq/.travis.yml
David Larrabee 22bec56ec0 Have travis test the iPhone 5 as well
We may want to expand this, but this adds the ability to test a
  pointer issued that came up due to the different arch's so this is a
  first pass at adding better coverage for these type of issues.
2015-03-16 11:09:11 -04:00

17 lines
579 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:
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/simctl create five com.apple.CoreSimulator.SimDeviceType.iPhone-5 com.apple.CoreSimulator.SimRuntime.iOS-8-1
- bundle install
- bundle exec rake clean
- bundle exec rake spec
- bundle exec rake spec device_name=five