mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
e7646344a9
commit
a1776edef3
|
@ -71,7 +71,7 @@ after_success:
|
||||||
# OSX
|
# OSX
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
export UPLOADTOOL_SUFFIX="macOS"
|
export UPLOADTOOL_SUFFIX="macOS"
|
||||||
export UPLOADTOOL_BODY="EspoTek Labrador software for macOS 10.10 and later."
|
export UPLOADTOOL_BODY="EspoTek Labrador software for macOS 10.13 and later."
|
||||||
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||||
bash upload.sh bin/Labrador.dmg
|
bash upload.sh bin/Labrador.dmg
|
||||||
# Linux
|
# Linux
|
||||||
|
|
Loading…
Reference in New Issue