Skip to content

Commit

Permalink
Fix coveralls (#5)
Browse files Browse the repository at this point in the history
by adding "coverageReport" argument to sbt call
  • Loading branch information
gnni committed Aug 2, 2019
1 parent 1966912 commit 76e9411
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
@@ -1,13 +1,8 @@
language: scala
jdk:
- openjdk8
scala:
- 2.11.11
jdk: openjdk8
scala: 2.11.11
script: "sbt ++$TRAVIS_SCALA_VERSION clean coverage test"
after_success: "sbt coverageReport coveralls"
notifications:
email:
recipients:
- guenter.hesse@hpi.de
script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success:
- sbt coveralls
recipients: guenter.hesse@hpi.de

0 comments on commit 76e9411

Please sign in to comment.