Skip to content

Commit

Permalink
chore: add coveralls reporting, pass #3
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-py committed May 4, 2019
1 parent 391a90f commit 6736cd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ cache:
- "$HOME/.coursier"
- "$HOME/.sbt"
script:
- sbt ++$TRAVIS_SCALA_VERSION coverage test
- sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport
- sbt coverageAggregate
after_success:
- sbt coverageAggregate coverageReport coveralls
- sbt coveralls
- test $PUBLISH == "true" && test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH
== "master" && script -c 'gpg -a --import project/.keyring.asc' > /dev/null && sbt +publishSigned
before_install:
Expand Down

0 comments on commit 6736cd7

Please sign in to comment.