File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ language: objective-c
33before_install : gem install cocoapods xcpretty obcd -N
44cache : cocoapods
55podfile : Example/Podfile
6+ env :
7+ - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
68script :
7- - export LC_CTYPE=en_US.UTF-8
8- - export LANG=en_US.UTF-8
9- - set -o pipefail && xcodebuild -workspace Example/SSAccessibility.xcworkspace -scheme SSAccessibility -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
10- - pod lib lint --quick
11- - obcd --path SSAccessibility find HeaderStyle
9+ - set -o pipefail && xcodebuild -workspace Example/SSAccessibility.xcworkspace -scheme SSAccessibility -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
10+ - pod lib lint --quick
11+ - obcd --path SSAccessibility find HeaderStyle
You can’t perform that action at this time.
0 commit comments