Skip to content

Commit

Permalink
Merge pull request #3 from detroit-labs/develop
Browse files Browse the repository at this point in the history
Release Candidate: 0.1.0
  • Loading branch information
dtrenz committed Dec 19, 2015
2 parents fae6523 + 3cb6e5d commit 046a3a6
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

# branch whitelist
branches:
only:
- develop
- master

language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example

osx_image: xcode7.2

before_install:
- gem install cocoapods # Since Travis is not always on latest version

script:
- set -o pipefail && xcodebuild test -workspace Example/BugShaker.xcworkspace -scheme BugShaker-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/BugShaker.xcworkspace -scheme BugShaker-Example -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit 046a3a6

Please sign in to comment.