Skip to content

Commit

Permalink
Remove cross SBT building for scripted task (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shuy authored Jul 24, 2019
1 parent 7e67912 commit 9bee9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- stage: test
if: (NOT branch =~ /^release\/.*$/)
# When running scripted tests targeting multiple SBT versions, we must first publish locally for all SBT versions
script: sbt "^ publishLocal" "^ scripted"
script: sbt "^ publishLocal" "scripted"
- stage: release
if: (branch =~ /^release\/.*$/)
env:
Expand Down
2 changes: 1 addition & 1 deletion release.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ releaseProcess := Seq[ReleaseStep](
releaseStepCommandAndRemaining("^ test"),
// When running scripted tests targeting multiple SBT versions, we must first publish locally for all SBT versions
releaseStepCommandAndRemaining("^ publishLocal"),
releaseStepCommandAndRemaining("^ scripted"),
releaseStepInputTask(scripted),
setReleaseVersion,
commitReleaseVersion,
// don't tag, leave it to git flow
Expand Down

0 comments on commit 9bee9d4

Please sign in to comment.