From e594e6f678d92b65ad3bfb775c5644b18decab64 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 19 Nov 2016 13:48:14 +0100 Subject: [PATCH] Use uploadtool --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a6363b..389baba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,10 @@ script: - export VERSION=$(git describe --always) - ./linuxdeployqt/linuxdeployqt linuxdeployqt.AppDir/linuxdeployqt -verbose=3 -appimage - ls -lh - - curl --upload-file ./linuxdeployqt-*.AppImage https://transfer.sh/linuxdeployqt-$VERSION-x86_64.appimage + - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh + - bash ./upload.sh ./linuxdeployqt-*.AppImage + +branches: + except: + - # Do not build tags that we create when we upload to GitHub Releases + - /^(?i:continuous)$/