updated tavis config

This commit is contained in:
Sebastian Stenzel
2016-08-01 10:21:10 +02:00
parent 1a75f23081
commit d7c6c24932
+2 -2
View File
@@ -55,12 +55,12 @@ deploy:
repo: cryptomator/cryptomator
tags: true
- provider: script
script: curl -X POST -u cryptobot:${BINTRAY_API_KEY} -H "Content-Type: application/json" -d '{"name": "${TRAVIS_TAG}", "vcs_tag": "${TRAVIS_TAG}"}' https://api.bintray.com/packages/cryptomator/cryptomator/cryptomator-win/versions
script: "curl -X POST -u cryptobot:${BINTRAY_API_KEY} -H 'Content-Type: application/json' -d '{\"name\": \"${TRAVIS_TAG}\", \"vcs_tag\": \"${TRAVIS_TAG}\"}' https://api.bintray.com/packages/cryptomator/cryptomator/cryptomator-win/versions"
on:
repo: cryptomator/cryptomator
tags: true
- provider: script
script: curl -X POST -u cryptobot:${BINTRAY_API_KEY} -H "Content-Type: application/json" -d '{"name": "${TRAVIS_TAG}", "vcs_tag": "${TRAVIS_TAG}"}' https://api.bintray.com/packages/cryptomator/cryptomator/cryptomator-osx/versions
script: "curl -X POST -u cryptobot:${BINTRAY_API_KEY} -H 'Content-Type: application/json' -d '{\"name\": \"${TRAVIS_TAG}\", \"vcs_tag\": \"${TRAVIS_TAG}\"}' https://api.bintray.com/packages/cryptomator/cryptomator/cryptomator-osx/versions"
on:
repo: cryptomator/cryptomator
tags: true