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.*/