Skip to content

Commit

Permalink
Merge pull request #296 from akka/wip-cross-publish-patriknw
Browse files Browse the repository at this point in the history
+publish
  • Loading branch information
patriknw authored Jun 26, 2020
2 parents 1ea3fb0 + 4ff091d commit 89f7b4c
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 @@ -47,7 +47,7 @@ jobs:
script: git branch -f "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH" && sbt -jvm-opts .jvmopts-travis whitesourceCheckPolicies whitesourceUpdate

- stage: publish
env: CMD="publish"
env: CMD="+publish"
name: "Publish artifacts to Bintray"
- script: openssl aes-256-cbc -K $encrypted_8fb0ea6dc959_key -iv $encrypted_8fb0ea6dc959_iv -in .travis/travis_gustav.enc -out .travis/id_rsa -d && eval "$(ssh-agent -s)" && chmod 600 .travis/id_rsa && ssh-add .travis/id_rsa && sbt -jvm-opts .jvmopts-travis docs/publishRsync
name: "Publish API and reference documentation"
Expand Down

0 comments on commit 89f7b4c

Please sign in to comment.