mirror of
https://github.com/wnagrodzki/SwiftLogger.git
synced 2025-04-06 12:31:51 +02:00
Update travis-ci configuration file
This commit is contained in:
parent
6abe3e2092
commit
db25f8a10b
1 changed files with 11 additions and 5 deletions
16
.travis.yml
16
.travis.yml
|
@ -1,5 +1,11 @@
|
|||
language: swift
|
||||
osx_image: xcode11.2
|
||||
xcode_project: Logger.xcodeproj
|
||||
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)
|
||||
os:
|
||||
osx
|
||||
language:
|
||||
swift
|
||||
osx_image:
|
||||
xcode11.2
|
||||
script:
|
||||
- swift build
|
||||
- swift test
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Add table
Reference in a new issue