Index: /applications/editors/josm/plugins/mapillary/.travis.yml
===================================================================
--- /applications/editors/josm/plugins/mapillary/.travis.yml	(revision 31407)
+++ /applications/editors/josm/plugins/mapillary/.travis.yml	(revision 31408)
@@ -7,4 +7,13 @@
   - openjdk7
 script: ./gradlew build javadoc
+
+# Release the plugin via GitHub releases when pushing a tag
+deploy:
+  provider: releases
+  api_key: "${GH_TOKEN}"
+  file: "build/libs/josm-mapillary-plugin.jar"
+  skip_cleanup: true
+  on:
+    tags: true
 
 #Deploy to GitHub pages
