Skip to content

Instantly share code, notes, and snippets.

@deepflame
Created March 4, 2014 17:28
Show Gist options
  • Save deepflame/9351369 to your computer and use it in GitHub Desktop.
Save deepflame/9351369 to your computer and use it in GitHub Desktop.
test different iOS platforms on Travis
language: objective-c
rvm:
- 1.9.3
env:
matrix:
- TEST_SDK=iphonesimulator5.1 SIMULATOR=ipad
- TEST_SDK=iphonesimulator6.1 SIMULATOR=ipad
- TEST_SDK=iphonesimulator7.0 SIMULATOR=iphone
- TEST_SDK=iphonesimulator7.0 SIMULATOR=ipad
script:
- xctool test -test-sdk $TEST_SDK -simulator $SIMULATOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment