Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Commit

Permalink
Add Build Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
davideme committed Mar 4, 2016
1 parent 6156d4a commit 2052d2f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: objective-c
osx_image: xcode7.1

env:
- SCHEME="BothamUIProject"
- SCHEME="Example"

before_install:
- brew install swiftlint
- gem install xcpretty
Expand All @@ -11,5 +15,4 @@ install:

script:
- swiftlint
- set -o pipefail && xcodebuild -workspace BothamUI.xcworkspace -scheme 'BothamUIProject' -destination 'platform=iOS Simulator,name=iPhone 6s Plus' build test CODE_SIGN_IDENTITY=- | xcpretty -c
- set -o pipefail && xcodebuild -workspace BothamUI.xcworkspace -scheme 'Example' -destination 'platform=iOS Simulator,name=iPhone 6s Plus' build test CODE_SIGN_IDENTITY=- | xcpretty -c
- set -o pipefail && xcodebuild -workspace BothamUI.xcworkspace -scheme "$SCHEME" -destination 'platform=iOS Simulator,name=iPhone 6s Plus' build test CODE_SIGN_IDENTITY=- | xcpretty -c

0 comments on commit 2052d2f

Please sign in to comment.