File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
osx_image : xcode61
2
2
language : objective-c
3
- before_install : gem install cocoapods xcpretty obcd -N
3
+ before_install :
4
+ - gem install cocoapods xcpretty obcd -N
4
5
cache : cocoapods
5
6
podfile : Example/Podfile
6
7
env :
7
- - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
8
+ - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
8
9
script :
9
- - set -o pipefail && xcodebuild -workspace Example/ExampleSSDataSources.xcworkspace -scheme ExampleSSDataSources -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
10
- - pod lib lint --quick
11
- - obcd --path SSDataSources find HeaderStyle
10
+ - set -o pipefail && xcodebuild -workspace Example/ExampleSSDataSources.xcworkspace
11
+ -scheme ExampleSSDataSources -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6"
12
+ clean test | xcpretty -c
13
+ - pod lib lint --quick
14
+ - obcd --path SSDataSources find HeaderStyle
15
+ notifications :
16
+ slack :
17
+ secure : Lu0j1+59o9FCSe/sM7Pf8Qx0aD7akVXaYjstbta8vGJxaW4a3w20Em1N1KHapYCYOiVHKiBOHRVcMdO+4yfA7TREinVf1sUUskgZu3Ou18Tx0bB53fRFnhE8Wz+zOYzeL89K20hEvSzHVj13/DLCwIcERXIkBKwoAjJIH8HiKi8=
You can’t perform that action at this time.
0 commit comments