aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-25 04:33:45 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 05:38:35 +0100
commit1c71bd78f1e6532fedd233762300a2d3a1dc16d0 (patch)
tree82f212d8292d6d0946750dd6345a46eacb23f77f /.travis.yml
parent78998a8cc7ed9d81fdcd2753c962802962f202ee (diff)
downloadqpdf-1c71bd78f1e6532fedd233762300a2d3a1dc16d0.tar.zst
Don't automatically upload releases from Travis CI
I'm managing my releases on github in a different way, and I don't want to put a github token in Travis CI right now. I may revisit this in the future.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 392c8a0c..b62f85ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,9 @@ script:
after_success:
- cd appimage/build
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- - ls -l # for more debugging in Travis' log
+ - ls -l # for more debugging in Travis' log
- curl --upload-file ./qpdf*.AppImage https://transfer.sh/qpdf-git.$(git rev-parse --short HEAD)-x86_64.AppImage
- sha512sum ./qpdf*.AppImage*
- - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- - bash upload.sh qpdf-*x86_64.AppImage* # This should upload the .zsync file as well
+# Not ready to have travis automatically create github releases
+# - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
+# - bash upload.sh qpdf-*x86_64.AppImage* # This should upload the .zsync file as well