From 9c2b196c2714f59e7e83c4f8fcca21fb82fc3c9f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 14 Nov 2017 03:59:32 +0400 Subject: Fix error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3