Skip to content

Commit c21d899

Browse files
committed
further sbt-ci-release setup
1 parent 45154e0 commit c21d899

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
stages:
1212
- name: test
1313
- name: release
14-
if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
14+
if: (tag IS present) AND NOT fork
1515

1616
jobs:
1717
include:

Diff for: build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
enablePlugins(SbtPlugin)
22

33
name := "sbt-scala-module"
4+
sonatypeProfileName := "org.scala-lang"
45
organization := "org.scala-lang.modules"
56
homepage := Some(url("https://github.com/scala/sbt-scala-module"))
67
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))

0 commit comments

Comments
 (0)