Changeset 31408 in osm for applications/editors/josm/plugins/mapillary
- Timestamp:
- 2015-07-26T21:28:41+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.travis.yml
r31407 r31408 7 7 - openjdk7 8 8 script: ./gradlew build javadoc 9 10 # Release the plugin via GitHub releases when pushing a tag 11 deploy: 12 provider: releases 13 api_key: "${GH_TOKEN}" 14 file: "build/libs/josm-mapillary-plugin.jar" 15 skip_cleanup: true 16 on: 17 tags: true 9 18 10 19 #Deploy to GitHub pages
Note:
See TracChangeset
for help on using the changeset viewer.