From b2696d9978ea8054e925a788f7aca80feb8319ab Mon Sep 17 00:00:00 2001 From: Benjamin Landers Date: Mon, 17 Jun 2019 15:58:19 -0700 Subject: [PATCH] Travis overwrote release notes! --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 374bf55a..8f2c1591 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,10 @@ after_success: - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh - mv rars.jar rars_`git rev-parse --short HEAD`.jar - bash upload.sh rars_`git rev-parse --short HEAD`.jar + +branches: + except: + - # Do not build tags that we create when we upload to GitHub Releases + - /^(?i:continuous)$/ + - # Do not build over any releases + - /^v.*/