Skip to content

Commit

Permalink
Fix travis wrong destination os version
Browse files Browse the repository at this point in the history
  • Loading branch information
grigaci committed Dec 14, 2015
1 parent 0183e57 commit 439cdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ before_install:
- brew uninstall xctool; brew install xctool --HEAD;

script:
- xctool test -workspace BIObjCHelpers.xcworkspace -scheme BIObjCHelpersTests -sdk iphonesimulator9.2 -destination "platform=iOS Simulator,name=iPhone 6,OS=2.0"
- xctool test -workspace BIObjCHelpers.xcworkspace -scheme BIObjCHelpersTests -sdk iphonesimulator9.2 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.2"

after_success: slather

0 comments on commit 439cdb0

Please sign in to comment.