mirror of
https://github.com/wnagrodzki/SwiftLogger.git
synced 2025-04-07 13:01:51 +02:00
Update travis-ci configuration file
This commit is contained in:
parent
59e25369e6
commit
d9c958bb3b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
language: swift
|
language: swift
|
||||||
osx_image: xcode10.2
|
osx_image: xcode11.2
|
||||||
xcode_project: Logger.xcodeproj
|
xcode_project: Logger.xcodeproj
|
||||||
script: xcodebuild test -project Logger.xcodeproj -scheme Logger -destination 'platform=iOS Simulator,name=iPhone XS,OS=12.2'
|
script: xcodebuild test -project Logger.xcodeproj -scheme Logger -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.2'
|
||||||
after_success: bash <(curl -s https://codecov.io/bash)
|
after_success: bash <(curl -s https://codecov.io/bash)
|
Loading…
Add table
Reference in a new issue