Skip to content

Commit

Permalink
fixed quote escaping in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespstrachan committed Mar 17, 2018
1 parent 7c73f14 commit bc1c8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
- "curl -H \"Content-Type: application/json\" --data '{\"build\": true}' -X POST \"https://registry.hub.docker.com/u/jamespstrachan/hanabi/trigger/$DOCKER_BUILD_TOKEN/\""

0 comments on commit bc1c8f3

Please sign in to comment.