From 364fe16cfeebbaa97fe837d4039916a5ac14df18 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Fri, 15 Apr 2016 10:07:46 +0200 Subject: [PATCH] Fix escaping --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea97237f..0628cb73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,4 +53,4 @@ after_success: - "cat deploy_output | grep 'revision=' | cut -d '=' -f 2 >> index_key" - "cat index_key" - "echo \"Access the deployment at https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`\"" - - "curl -X POST --data "{\\"state\\": \\"success\\", \\"target_url\\": \\"https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`\\", \\"description\\": \\"Visit a deployment for this commit\\", \\"context\\": \\"deployment\\"}" -H \\"Authorization: token $GITHUB_TOKEN\\" https://api.github.com/repos/travis-ci/travis-web/statuses/$TRAVIS_COMMIT" + - "curl -X POST --data \"{\\\"state\\\": \\\"success\\\", \\\"target_url\\\": \\\"https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`\\\", \\\"description\\\": \\\"Visit a deployment for this commit\\\", \\\"context\\\": \\\"deployment\\\"}\" -H \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/statuses/$TRAVIS_COMMIT"