Skip to content

Commit

Permalink
Updates travis CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
spookyd committed Jul 6, 2021
1 parent a313b73 commit 617d7db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: swift
xcode_project: XCallbackKit.xcodeproj
xcode_scheme: XCallbackKit
osx_image: xcode10.2
xcode_sdk: iphonesimulator12.2
osx_image: xcode12.5
xcode_sdk: iphonesimulator14.5
env:
global:
- FRAMEWORK_NAME=XCallbackKit
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
script:
- xcodebuild clean build test -project XCallbackKit.xcodeproj -scheme XCallbackKit -destination 'platform=iOS Simulator,name=iPhone X,OS=12.2'
- xcodebuild clean build test -project XCallbackKit.xcodeproj -scheme XCallbackKit -destination 'platform=iOS Simulator,name=iPhone 12,OS=14.5'
before_deploy:
- carthage build --no-skip-current
- carthage archive $FRAMEWORK_NAME

0 comments on commit 617d7db

Please sign in to comment.