We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45154e0 commit c21d899Copy full SHA for c21d899
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
stages:
12
- name: test
13
- name: release
14
- if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
+ if: (tag IS present) AND NOT fork
15
16
jobs:
17
include:
build.sbt
@@ -1,6 +1,7 @@
1
enablePlugins(SbtPlugin)
2
3
name := "sbt-scala-module"
4
+sonatypeProfileName := "org.scala-lang"
5
organization := "org.scala-lang.modules"
6
homepage := Some(url("https://github.com/scala/sbt-scala-module"))
7
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
0 commit comments