We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d80b1c commit c2ca90dCopy full SHA for c2ca90d
.travis.yml
@@ -1,5 +1,5 @@
1
language: objective-c
2
-osx_image: xcode8.3
+osx_image: xcode10.2
3
4
env:
5
global:
@@ -11,13 +11,13 @@ before_install:
11
12
install:
13
- gem install cocoapods
14
-- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
+- gem install xcpretty --no-document --quiet
15
16
before_script:
17
- carthage bootstrap
18
19
script:
20
-- set -o pipefail && xcodebuild -project MXSegmentedPager.xcodeproj -scheme $FRAMEWORK_NAME -sdk iphonesimulator10.3 -configuration Release | xcpretty -c
+- set -o pipefail && xcodebuild -project MXSegmentedPager.xcodeproj -scheme $FRAMEWORK_NAME -sdk iphonesimulator12.2 -configuration Release | xcpretty -c
21
- pod lib lint --quick
22
23
before_deploy:
0 commit comments