Skip to content

Commit

Permalink
Try to get codecov working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tixxit committed Nov 10, 2018
1 parent 03dc360 commit e676e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ matrix:
- scala: 2.12.6
jdk: oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e676e31

Please sign in to comment.