Skip to content

Commit

Permalink
Fix .travis.yml to use release mode for CLI deployment to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Dec 11, 2018
1 parent 29c45ac commit b9598a5
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 @@ -41,7 +41,7 @@ jobs:
on:
tags: true
- stage: deploy-cli
script: ./gradlew :cli:assembleDist
script: ./gradlew :cli:assembleDist -PreleaseMode=RELEASE
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
Expand Down

0 comments on commit b9598a5

Please sign in to comment.