File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 22# * http://www.objc.io/issue-6/travis-ci.html
33# * https://github.com/supermarin/xcpretty#usage
44
5+ # branch whitelist
6+ branches :
7+ only :
8+ - develop
9+ - master
10+
511language : objective-c
6- # cache: cocoapods
7- # podfile: Example/Podfile
8- # before_install:
9- # - gem install cocoapods # Since Travis is not always on latest version
10- # - pod install --project-directory=Example
12+
13+ osx_image : xcode7.2
14+
15+ before_install :
16+ - gem install cocoapods # Since Travis is not always on latest version
17+
1118script :
12- - set -o pipefail && xcodebuild test -workspace Example/BugShaker.xcworkspace -scheme BugShaker-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
19+ - set -o pipefail && xcodebuild test -workspace Example/BugShaker.xcworkspace -scheme BugShaker-Example -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=NO | xcpretty
1320- pod lib lint
You can’t perform that action at this time.
0 commit comments