Skip to content

Commit

Permalink
Add Travis CI matrix for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRice committed Aug 25, 2019
1 parent 7b47a69 commit 73f757b
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .travis.yml
@@ -1,10 +1,19 @@
language: objective-c
osx_image: xcode8.3
cache: cocoapods
before_install:
- brew update
- gem install cocoapods
- pod repo update
- pod update
script:
- xcodebuild -scheme 'MediaBrowser' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test | xcpretty -c
- xcodebuild -scheme 'MediaBrowser' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test | xcpretty -c

matrix:
-
cache: cocoapods
before_install:
- brew update
- gem install cocoapods
- pod repo update
- pod update
-
cache: cocoapods
before_install:
- brew update
- brew install carthage
- carthage bootstrap

0 comments on commit 73f757b

Please sign in to comment.