diff --git a/.travis.yml b/.travis.yml index c127793..3eaa24a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: scala scala: -- 2.12.4 +- 2.12.7 script: - sbt clean coverage test coverageReport diff --git a/project/plugins.sbt b/project/plugins.sbt index 8f5bd0b..2517fa1 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") \ No newline at end of file +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") + +addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7") \ No newline at end of file