Travis: don't do a redundant upload to transfer.sh

uploadtool already takes care of that.

Reported-by: Simon Peter <probono@puredarwin.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-11-11 10:11:56 -08:00
parent efabf0a55c
commit 8da57b59f1

View file

@ -42,7 +42,3 @@ export VERSION=$(cd subsurface/ ; git rev-parse --short HEAD) # linuxdeployqt us
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -qmldir=./subsurface/map-widget/ -verbose=2
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
# this shouldn't be in the build, but hey, this ensures that we can always
# get to the artifact
curl --upload-file ./Subsurface*.AppImage https://transfer.sh/Subsurface-$VERSION-x86_64.AppImage