We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4769be commit a09d640Copy full SHA for a09d640
.travis.yml
@@ -45,4 +45,5 @@ deploy:
45
file: bintray-descriptor.json
46
user: $BINTRAY_USER
47
key: $BINTRAY_API_KEY
48
+ wait-until-deployed: true
49
skip_cleanup: true # to upload artifacts created during the build
bintray-descriptor.json
@@ -20,10 +20,9 @@
20
In case the version already exists on Bintray, only the name fields is mandatory. */
21
22
"version": {
23
- "name": "0.0.1",
+ "name": "0.6.1",
24
"desc": "Initial version",
25
"released": "2019-04-18",
26
- "vcs_tag": "0.0.1",
27
"gpgSign": false
28
},
29
0 commit comments