From bc1c8f31ea7f9a8411ae9159f52489a60bd293e3 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Sat, 17 Mar 2018 10:03:06 +0000 Subject: [PATCH] fixed quote escaping in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7bab637..e5d9df2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: - flake8 --max-line-length=100 --ignore E221,E127,E241 - expect test.exp after_success: - - curl -H "Content-Type: application/json" --data '{"build": true}' -X POST "https://registry.hub.docker.com/u/jamespstrachan/hanabi/trigger/$DOCKER_BUILD_TOKEN/" \ No newline at end of file + - "curl -H \"Content-Type: application/json\" --data '{\"build\": true}' -X POST \"https://registry.hub.docker.com/u/jamespstrachan/hanabi/trigger/$DOCKER_BUILD_TOKEN/\"" \ No newline at end of file