diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-14 02:59:32 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-14 02:59:32 +0300 |
commit | 9c2b196c2714f59e7e83c4f8fcca21fb82fc3c9f (patch) | |
tree | 682b2892a36a90c2c60f64d3624caf520e591753 | |
parent | f9ec4da3f4c3c14e3ab56c8d36994fe939c4422c (diff) | |
download | docker-meteor-9c2b196c2714f59e7e83c4f8fcca21fb82fc3c9f.tar.xz docker-meteor-9c2b196c2714f59e7e83c4f8fcca21fb82fc3c9f.zip |
Fix error
-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 |