Browse Source

updated tavis config

Sebastian Stenzel 8 years ago
parent
commit
d7c6c24932
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -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