Skip to content

Commit

Permalink
disable scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Nov 13, 2017
1 parent 932ad41 commit f864b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jdk:
scala:
- 2.11.11

script: sbt clean coverageTest
script: sbt clean test

cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
- $HOME/.zinc

after_success: sbt travis-report
# Scalameta-annotation-macro-generated code breaks scoverage: https://github.com/scoverage/scalac-scoverage-plugin/issues/210

before_cache:
# Tricks to avoid unnecessary cache updates
Expand Down

0 comments on commit f864b38

Please sign in to comment.