Travis allows uploading files to the release page when a release is published: https://docs.travis-ci.com/user/deployment/releases We can use this to build nammu with Travis and make it automatically upload the resulting JAR to the release's assets.
For the record, the GitHub OAuth token and the secure key for Travis can be generated with the travis command line tool:
travis setup releases
The secure key that I've generated for this repo is
Travis allows uploading files to the release page when a release is published: https://docs.travis-ci.com/user/deployment/releases We can use this to build nammu with Travis and make it automatically upload the resulting JAR to the release's assets.
For the record, the GitHub OAuth token and the secure key for Travis can be generated with the travis command line tool:
The secure key that I've generated for this repo is