Skip to content

Commit

Permalink
Updated travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
robertisele committed Feb 22, 2021
1 parent f04728b commit 0fae871
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 @@ -29,7 +29,7 @@ before_cache:
- find $HOME/.sbt -name "*.lock" -print -delete

before_deploy:
- GIT_DESCRIBE=$TRAVIS_TAG sbt ++$TRAVIS_SCALA_VERSION "project workbench" universal:package-zip-tarball
- GIT_DESCRIBE=$TRAVIS_TAG sbt ++$TRAVIS_SCALA_VERSION "project workbench" universal:packageZipTarball

deploy:
provider: releases
Expand Down

0 comments on commit 0fae871

Please sign in to comment.