From 11f16419216cd979381979a0160c84d6213bedde Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 14 Nov 2017 04:09:44 +0400 Subject: Final correction --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f9dd1f..dd1f383 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,6 @@ jobs: include: - stage: deploy deploy: - provider: script - script: - - 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 + provider: script + script: + - "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