Skip to content

Commit

Permalink
Add SBT plugin for sending dependency impact to update impact (#62)
Browse files Browse the repository at this point in the history
* Add SBT plugin for sending dependency impact to update impact

* Add SBT dependencies call to coreJVM project

* Only run updateDependencyImpact if not a PR
  • Loading branch information
lloydmeta authored Aug 9, 2016
1 parent 7098cb8 commit ad5c601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ script:
- sbt coverage coreJVM/test enumeratum-play/test enumeratum-play-json/test enumeratumCirceJVM/test enumeratumUPickleJVM/test enumeratum-reactivemongo-bson/test
after_success:
- sbt coverageReport coverageAggregate coveralls
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt coreJVM/updateImpactSubmit || true'
cache:
directories:
- $HOME/.sbt/0.13
Expand Down
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.11")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.6")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.6")

addSbtPlugin("com.updateimpact" % "updateimpact-sbt-plugin" % "2.1.1")

0 comments on commit ad5c601

Please sign in to comment.