diff --git a/.travis.yml b/.travis.yml index 4df32f5..5bb67c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,21 @@ language: objective-c -osx_image: xcode11.5 +osx_image: xcode12.5 jobs: include: - - stage: Unit tests iOS + - stage: Unit tests name: iOS script: - xcodebuild -workspace OktaAuthSdk.xcworkspace -scheme "OktaAuthNative iOS" -destination "platform=iOS Simulator,OS=latest,name=iPhone 11" clean test - - stage: Swift Package Manager validation - name: MacOS + - stage: Dependency Manager Validation + name: SPM script: - swift test - - stage: Cocoapods validation - name: iOS + - stage: Dependency Manager Validation + name: CocoaPods script: - pod lib lint --allow-warnings - - stage: Carthage validation - name: iOS - script: - - carthage build --no-skip-current + # Disable carthage as it requires --use-xcframeworks. It's time-consuming operation. + # - stage: Dependency Manager Validation + # name: Carthage + # script: + # - carthage build --no-skip-current