Skip to content

Commit c2ca90d

Browse files
committed
Update travis.yml
1 parent 8d80b1c commit c2ca90d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8.3
2+
osx_image: xcode10.2
33

44
env:
55
global:
@@ -11,13 +11,13 @@ before_install:
1111

1212
install:
1313
- gem install cocoapods
14-
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
14+
- gem install xcpretty --no-document --quiet
1515

1616
before_script:
1717
- carthage bootstrap
1818

1919
script:
20-
- set -o pipefail && xcodebuild -project MXSegmentedPager.xcodeproj -scheme $FRAMEWORK_NAME -sdk iphonesimulator10.3 -configuration Release | xcpretty -c
20+
- set -o pipefail && xcodebuild -project MXSegmentedPager.xcodeproj -scheme $FRAMEWORK_NAME -sdk iphonesimulator12.2 -configuration Release | xcpretty -c
2121
- pod lib lint --quick
2222

2323
before_deploy:

0 commit comments

Comments
 (0)