File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 2
2
# * https://www.objc.io/issues/6-build-tools/travis-ci/
3
3
# * https://github.com/supermarin/xcpretty#usage
4
4
5
- osx_image : xcode7.3
5
+ osx_image : xcode10.2
6
6
language : objective-c
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
7
+ cache : cocoapods
8
+ podfile : Example/Podfile
9
+
10
+ before_install :
11
+ - gem install cocoapods
12
+ - pod repo update
13
+ - pod install --project-directory=Example
14
+
12
15
script :
13
- - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/RxDataSourcesSingleSection.xcworkspace -scheme RxDataSourcesSingleSection-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14
- - pod lib lint
16
+ - set -o pipefail && xcodebuild -workspace Example/RxDataSourcesSingleSection.xcworkspace -scheme RxDataSourcesSingleSection-Example -sdk iphonesimulator build CODE_SIGNING_REQUIRED=NO | xcpretty -c
You can’t perform that action at this time.
0 commit comments