Skip to content

Commit

Permalink
Automatically set the release name for Travis CI builds.
Browse files Browse the repository at this point in the history
Also mark them as prereleases, since most will be snapshot/debug builds.
We can just change that back manually for full releases.
  • Loading branch information
kyleneideck committed Oct 6, 2018
1 parent 9b33fff commit b3b4482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ deploy:
file_glob: true
file: Background-Music-*/*
skip_cleanup: true
name: $TRAVIS_TAG
prerelease: true
on:
repo: kyleneideck/BackgroundMusic
tags: true
Expand Down

0 comments on commit b3b4482

Please sign in to comment.