aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-10-29 14:48:05 -0700
committerJakob Odersky <jakob@odersky.com>2016-10-29 16:36:24 -0700
commitfff54100d03eb76502b8856ef2883461bfed2a1f (patch)
treec84dd15ee3e73bc87402f6a437326f0b2a016c5c /project
parent719545d667d393a5f72f72405979faba37f8c0d6 (diff)
downloadsbt-jni-fff54100d03eb76502b8856ef2883461bfed2a1f.tar.gz
sbt-jni-fff54100d03eb76502b8856ef2883461bfed2a1f.tar.bz2
sbt-jni-fff54100d03eb76502b8856ef2883461bfed2a1f.zip
Automate publishing with travis-ci
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt3
1 files changed, 0 insertions, 3 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 5ccc1f9..19a16f4 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,6 +6,3 @@ libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
// formatting
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
-
-// publishing
-addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")