Skip to content

Commit

Permalink
Travis overwrote release notes!
Browse files Browse the repository at this point in the history
  • Loading branch information
TheThirdOne committed Jun 19, 2019
1 parent adb7a2c commit b2696d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*/

0 comments on commit b2696d9

Please sign in to comment.