From bf3569533104bbddf1e008ddd2f68a0cbf74247e Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Mon, 17 Oct 2016 01:09:47 +0200 Subject: [PATCH] [BUGFIX] Calling POST method instead of GET --- .travis/call-creation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/call-creation.sh b/.travis/call-creation.sh index 5c62f0f..ad003f8 100755 --- a/.travis/call-creation.sh +++ b/.travis/call-creation.sh @@ -1,4 +1,4 @@ #! /bin/bash -sleep 15 -curl -sS "http://v3.bdn.parabot.org/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" >/dev/null \ No newline at end of file +sleep 5 +curl --data "build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" -sS "http://v3.bdn.parabot.org/api/bot/create/client" >/dev/null \ No newline at end of file