소스 검색

updated tavis config

Sebastian Stenzel 9 년 전
부모
커밋
d7c6c24932
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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