Skip to content

Commit

Permalink
build: distTar and distZip
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Oct 5, 2019
1 parent 25fa5d0 commit f8fa643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: branch = master
- stage: release github
if: branch =~ /release/
script: "./gradlew check distZip -Pversion=${TRAVIS_BRANCH#"release/"} && ./scripts/github-release.sh"
script: "./gradlew check distZip distTar -Pversion=${TRAVIS_BRANCH#"release/"} && ./scripts/github-release.sh"
- stage: release homebrew
if: branch =~ /release/
script: "./scripts/homebrew-release.sh"
Expand Down

0 comments on commit f8fa643

Please sign in to comment.