We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a3d1a commit 7e46be1Copy full SHA for 7e46be1
.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:
project/plugins.sbt
@@ -1,3 +1,4 @@
1
+addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.8.2")
2
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
3
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1")
4
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.13")
0 commit comments