diff --git a/.travis.yml b/.travis.yml index 4fcb236..fe6695d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ # * https://github.com/supermarin/xcpretty#usage osx_image: xcode10.2 -xcode_sdk: iphonesimulator12.2 language: objective-c # cache: cocoapods # podfile: Example/Podfile @@ -11,5 +10,5 @@ language: objective-c # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example script: -- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/Readability-Objective-C.xcworkspace -scheme Readability-Objective-C-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty +- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/Readability-Objective-C.xcworkspace -scheme Readability-Objective-C-Example -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint --allow-warnings