Skip to content

Commit 4863eb9

Browse files
committed
Travis
1 parent c2af156 commit 4863eb9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
66
language: objective-c
77
# cache: cocoapods
88
# podfile: Example/Podfile
@@ -11,5 +11,11 @@ before_install:
1111
- pod install --project-directory=Example
1212

1313
script:
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

Example/Podfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,4 @@ use_frameworks!
22

33
target 'FTLinearActivityIndicator_Example' do
44
pod 'FTLinearActivityIndicator', :path => '../'
5-
6-
target 'FTLinearActivityIndicator_Tests' do
7-
inherit! :search_paths
8-
9-
10-
end
115
end

0 commit comments

Comments
 (0)