It would be great to automate the publication of artifacts to binTray.
Things to solve:
- Enable coverage only to generate coverage measurements but avoid to include the code in the binaries published. At the command line, we solve this using:
sbt clean coverageOff +publish.
- Add some credentials to travis so it can do the publication on behalf of the authors.
- Publish only when the version changes and all the tests pass