Skip to content

Commit

Permalink
coverage fix!
Browse files Browse the repository at this point in the history
  • Loading branch information
feroshjacob committed Aug 6, 2018
1 parent e752e9c commit ae8d88e
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 @@ -15,9 +15,9 @@ before_install:
-d
script:
- sbt clean test
- sbt test coverage coverageReport coveralls
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then sbt publishSigned; sbt test coverage coverageReport
coveralls; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then sbt publishSigned; fi
notifications:
email:
recipients:
Expand Down

0 comments on commit ae8d88e

Please sign in to comment.