Snapshots are built and deployed on every PR merge into master.
Release builds are deployed using the following procedure:
git checkout mastergit pull --rebasegit checkout releasegit rebase mastergit push origin head
That will kick off a travis build that will deploy release artifacts to Bintray and bump the version.