Skip to content

Commit

Permalink
Update travis config to use Xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Naumov committed Sep 17, 2020
1 parent a7fdbce commit 14fe8bb
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,9 +1,9 @@
os: osx
language: swift
osx_image: xcode11.3
osx_image: xcode12
xcode_project: CountriesSwiftUI.xcodeproj
xcode_scheme: CountriesSwiftUI
xcode_sdk: iphonesimulator13.2
xcode_destination: platform=iOS Simulator,OS=13.3,name=iPhone 8
xcode_sdk: iphonesimulator14.0
xcode_destination: platform=iOS Simulator,OS=14.0,name=iPhone 8
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 14fe8bb

Please sign in to comment.