mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 09:33:43 +08:00
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.
This commit is contained in:
@@ -8,6 +8,9 @@ before_install:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user