diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c4b3a77..9f9dd1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ jobs: deploy: provider: script script: - - curl --header "Content-Type: application/json" --data "{\"build\": true}" --request "POST" "https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/"
\ No newline at end of file + - curl -H "Content-Type: application/json" --data '{"build":true}' -X POST "https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/"
\ No newline at end of file |