diff --git a/.travis.yml b/.travis.yml index 0deba16..e54aa8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ # * https://github.com/supermarin/xcpretty#usage language: objective-c -osx_image: xcode11.0 +osx_image: xcode11 # IMPORTANT: xctool that Travis uses by default is not working so we need to run custom xcodebuild instead. Therefore, following default configurations are not applied. # xcode_project: FlexColorPickerDemo/FlexColorPickerDemo.xcodeproj @@ -19,6 +19,6 @@ before_install: # Add -tc to xcpretty for no printout at all script: - - set -o pipefail && xcodebuild -workspace FlexColorPickerDemo/FlexColorPickerDemo.xcworkspace -scheme FlexColorPickerDemo -sdk iphonesimulator CODE_SIGNING_REQUIRED=NO clean build | xcpretty + - set -o pipefail && xcodebuild -workspace FlexColorPickerDemo/FlexColorPickerDemo.xcworkspace -scheme FlexColorPickerDemo -sdk iphonesimulator13.0 CODE_SIGNING_REQUIRED=NO clean build | xcpretty # - set -o pipefail && xcodebuild -workspace FlexColorPickerDemo/FlexColorPickerDemo.xcworkspace -scheme FlexColorPickerDemo -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' CODE_SIGNING_REQUIRED=NO clean build | xcpretty # - pod lib lint