Skip to content

Commit ba23a4f

Browse files
committed
travis
1 parent 90ca801 commit ba23a4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# * https://www.objc.io/issues/6-build-tools/travis-ci/
33
# * https://github.com/supermarin/xcpretty#usage
44

5-
osx_image: xcode7.3
5+
osx_image: xcode10.2
66
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+
before_install:
10+
- gem install cocoapods # Since Travis is not always on latest version
11+
- pod install --project-directory=Example
1212
script:
1313
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/RxIGListKit.xcworkspace -scheme RxIGListKit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

0 commit comments

Comments
 (0)