Change to bintray
This commit is contained in:
parent
9393d7b406
commit
83aa9647ca
10
.travis.yml
10
.travis.yml
|
@ -17,7 +17,9 @@ script:
|
||||||
- tar czvf matrique.tar.gz ${DEPLOY_DIR}
|
- tar czvf matrique.tar.gz ${DEPLOY_DIR}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
- provider: bintray
|
||||||
api_key: "${GITHUB_OAUTH_TOKEN}"
|
file: .ci/bintray-release.json
|
||||||
file: matrique.tar.gz
|
user: $BINTRAY_USER
|
||||||
skip_cleanup: true
|
key:
|
||||||
|
secure: $BINTRAY_TOKEN
|
||||||
|
skip_cleanup: true
|
||||||
|
|
Loading…
Reference in New Issue