File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 1
- # references:
2
- # * https://www.objc.io/issues/6-build-tools/travis-ci/
3
- # * https://github.com/supermarin/xcpretty#usage
4
-
5
- osx_image : xcode11.7
6
- language : swift
7
- # cache: cocoapods
8
- # podfile: Example/Podfile
9
- # before_install:
10
- # - gem install cocoapods # Since Travis is not always on latest version
11
- # - pod install --project-directory=Example
12
- script :
13
- - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SpringText.xcworkspace -scheme SpringText-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14
- - pod lib lint
1
+ env :
2
+ global :
3
+ - LC_CTYPE=en_US.UTF-8
4
+ matrix :
5
+ include :
6
+ - os : osx
7
+ language : swift
8
+ osx_image : xcode11.7
9
+ script :
10
+ - set -o pipefail
11
+ - xcodebuild -project SpringText.xcodeproj -scheme SpringText-Example -sdk iphonesimulator
You can’t perform that action at this time.
0 commit comments