mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2025-02-17 04:38:27 +00:00
Update the Xcode version for Travis builds and make releases drafts.
That way I can code sign the releases before making them available and never publish the unsigned releases.
This commit is contained in:
parent
c024116cd4
commit
3221888a96
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: objective-c
|
|||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
osx_image: xcode11
|
||||
osx_image: xcode11.2
|
||||
xcode_sdk: macosx10.14
|
||||
sudo: required
|
||||
env: DEPLOY=true
|
||||
|
@ -115,6 +115,7 @@ deploy:
|
|||
skip_cleanup: true
|
||||
name: $TRAVIS_TAG
|
||||
prerelease: true
|
||||
draft: true
|
||||
on:
|
||||
repo: kyleneideck/BackgroundMusic
|
||||
tags: true
|
||||
|
|
Loading…
Add table
Reference in a new issue