You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It would be great to automate the publication of artifacts to binTray.
Things to solve:
sbt clean coverageOff +publish
.The text was updated successfully, but these errors were encountered: