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