From 56a8e6c7aaae70f874e2cca0656248f3c7376346 Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Thu, 26 May 2016 18:17:39 +0200 Subject: [PATCH] [TASK] Set creation call url to live --- .travis/call-creation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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