Skip to content

Commit

Permalink
sbt +releaseEarly +sonatypeBundleRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
d.semenov committed Feb 15, 2020
1 parent 5420f39 commit 5c3f9b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
after_success:
- sbt ++$TRAVIS_SCALA_VERSION coverageReport coveralls
- if [[ -n "${TRAVIS_TAG}" && "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
sbt -Dsbt.color=always -Dsbt.supershell=false ++$TRAVIS_SCALA_VERSION releaseEarly;
sbt -Dsbt.color=always -Dsbt.supershell=false ++$TRAVIS_SCALA_VERSION +releaseEarly +sonatypeBundleRelease;
fi
- bash <(curl -s https://codecov.io/bash)
before_cache:
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ val AwsSdkVersion = "1.11.717"
val cirisVersion = "0.12.1"

lazy val root = (project in file("."))
.aggregate(`fs2-aws`, `fs2-aws-testkit`, `fs2-aws-dynamodb`, `fs2-aws-core`, `fs2-aws-examples`)
.settings(
skip in publish := true
publishArtifact := false
)

lazy val `fs2-aws-core` = (project in file("fs2-aws-core"))
Expand Down

0 comments on commit 5c3f9b3

Please sign in to comment.