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:
Kyle Neideck 2019-10-17 12:37:05 +11:00
parent c024116cd4
commit 3221888a96
No known key found for this signature in database
GPG key ID: CAA8D9B8E39EC18C

View file

@ -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