Skip to content

Commit

Permalink
Merge pull request #13 from grigaci/features/fixCodeCoverage
Browse files Browse the repository at this point in the history
Update travis xcode image to 7.2
  • Loading branch information
grigaci committed Dec 14, 2015
2 parents 67471b3 + 439cdb0 commit 516d70e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: objective-c
xcode_workspace: BIObjCHelpers.xcworkspace
osx_image: xcode7
osx_image: xcode7.2

before_install:
- gem i cocoapods --no-ri --no-rdoc
- gem i slather --no-ri --no-rdoc
- brew uninstall xctool; brew install xctool --HEAD;

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

after_success: slather
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
ReferencedContainer = "container:BIObjCHelpers.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BIActivityIndicatorContainerViewTestCase/testSnapshotView375x44">
</Test>
<Test
Identifier = "BITableViewCellTestCase/testSnapshotViewDefault375x44">
</Test>
<Test
Identifier = "BITableViewCellTestCase/testSnapshotViewSeparator375x44">
</Test>
Expand Down

0 comments on commit 516d70e

Please sign in to comment.