File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 - 2.13.1
55script :
66 - ' if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then sbt ++$TRAVIS_SCALA_VERSION test; fi'
7- - ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport coverageAggregate codacyCoverage; fi'
7+ - ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sbt ++$TRAVIS_SCALA_VERSION test; fi'
8+ # - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport coverageAggregate codacyCoverage; fi'
89after_success :
9- - ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash <(curl -s https://codecov.io/bash); fi'
10+ # - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash <(curl -s https://codecov.io/bash); fi'
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
1919addSbtPlugin(" com.typesafe.sbt" % " sbt-native-packager" % " 1.5.1" )
2020
2121// coverage
22- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
23- addSbtPlugin(" com.codacy" % " sbt-codacy-coverage" % " 3.0.3" )
22+ // addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
23+ // addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "3.0.3")
2424
2525// preparation for dependency checking
2626addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.9.1" )
You can’t perform that action at this time.
0 commit comments