File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
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- osx_image : xcode11
5+ osx_image : xcode14.2
66language : objective-c
77# cache: cocoapods
88# podfile: Example/Podfile
@@ -11,5 +11,11 @@ before_install:
1111- pod install --project-directory=Example
1212
1313script :
14- - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/FTLinearActivityIndicator.xcworkspace -scheme FTLinearActivityIndicator-Example -sdk iphonesimulator13.0 ONLY_ACTIVE_ARCH=NO | xcpretty
15- - pod lib lint
14+ - >
15+ set -o pipefail && xcodebuild
16+ -workspace Example/FTLinearActivityIndicator.xcworkspace
17+ -scheme FTLinearActivityIndicator-Example
18+ -sdk iphonesimulator
19+ ONLY_ACTIVE_ARCH=NO
20+ | xcpretty
21+ - pod lib lint
Original file line number Diff line number Diff line change @@ -2,10 +2,4 @@ use_frameworks!
22
33target 'FTLinearActivityIndicator_Example' do
44 pod 'FTLinearActivityIndicator' , :path => '../'
5-
6- target 'FTLinearActivityIndicator_Tests' do
7- inherit! :search_paths
8-
9-
10- end
115end
You can’t perform that action at this time.
0 commit comments