diff --git a/.travis/call-creation.sh b/.travis/call-creation.sh index be046df..e350ee1 100755 --- a/.travis/call-creation.sh +++ b/.travis/call-creation.sh @@ -1,3 +1,3 @@ #! /bin/sh -curl -sS "http://local.v3.bdn.parabot.org:88/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=2.5.1" \ No newline at end of file +curl -sS "http://v3.bdn.parabot.org/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=2.5.1" >/dev/null \ No newline at end of file