File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
- 2.13.1
5
5
script :
6
6
- ' 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'
8
9
after_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")
19
19
addSbtPlugin(" com.typesafe.sbt" % " sbt-native-packager" % " 1.5.1" )
20
20
21
21
// 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")
24
24
25
25
// preparation for dependency checking
26
26
addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.9.1" )
You can’t perform that action at this time.
0 commit comments