[rollback] disables broken upload.sh in .travis.yml (#582)

This commit is contained in:
Daniel Williams 2020-03-08 17:40:31 -04:00 committed by GitHub
parent 84203b014b
commit 52a4022f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,3 @@ jdk:
- openjdk13
script:
- "ant -buildfile build.xml clean check jar unittest"
after_success:
- ls -lh /home/travis/build/openrocket/openrocket/swing/build/jar/OpenRocket.jar
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh /home/travis/build/openrocket/openrocket/swing/build/jar/OpenRocket.jar
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)$/