Skip to content

Commit

Permalink
changing CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RastislavMirek authored Oct 8, 2019
1 parent 3e5c6dd commit 587fa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 587fa9d

Please sign in to comment.