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