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:
David Larrabee
2015-03-16 11:09:11 -04:00
parent d9615c0fb7
commit 22bec56ec0

View File

@@ -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