From 52a4022f2cd288973a78988ff4351c0e7966715f Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Sun, 8 Mar 2020 17:40:31 -0400 Subject: [PATCH] [rollback] disables broken upload.sh in .travis.yml (#582) --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 629d04df6..721f1c48e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)$/