Skip to content

Commit

Permalink
Restrict coverage generation to Scala 2.12.10
Browse files Browse the repository at this point in the history
Necessary until sbt-scoverage [gets fixed](scoverage/sbt-scoverage#295)
  • Loading branch information
JanBessai committed Sep 20, 2019
1 parent badf610 commit 38c5110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
jdk: oraclejdk8
- stage: test
jdk: openjdk11
script: sbt clean coverage +test && sbt coverageReport coveralls
script: sbt clean test &&
sbt coverage ++ 2.12.10 test &&
sbt coverageReport coveralls
- stage: deploy
jdk: openjdk11
script: |
Expand Down

0 comments on commit 38c5110

Please sign in to comment.