Skip to content

Commit

Permalink
prerelease #release
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago committed Jan 22, 2019
1 parent 0a09f80 commit ab3ad69
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 @@ -12,6 +12,7 @@ before_deploy:
- tag=$(git tag --points-at $TRAVIS_COMMIT | tail -1)
- tar cf ../$tag.tar *
- cd ..
- if [[ -n "$(git branch --contains $TRAVIS_COMMIT | grep master)" ]]; then prerelease=false; else prerelease=true; fi
deploy:
provider: releases
api_key:
Expand All @@ -20,3 +21,4 @@ deploy:
skip_cleanup: true
on:
tags: true
prerelease: $prerelease

0 comments on commit ab3ad69

Please sign in to comment.