We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069c1a4 commit e1dae2dCopy full SHA for e1dae2d
.travis.yml
@@ -43,6 +43,6 @@ deploy:
43
# dry_run: true
44
provider: bintray
45
file: bintray-descriptor.json
46
- user: BINTRAY_USER
47
- key: BINTRAY_API_KEY
+ user: $BINTRAY_USER
+ key: $BINTRAY_API_KEY
48
skip_cleanup: true # to upload artifacts created during the build
0 commit comments