From ed23b47c55c0866ef6be804606d12da91720066d Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Thu, 26 May 2016 20:05:44 +0200 Subject: [PATCH] [BUGFIX] Added sleep of 15 seconds --- .travis/call-creation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/call-creation.sh b/.travis/call-creation.sh index e350ee1..1f1c916 100755 --- a/.travis/call-creation.sh +++ b/.travis/call-creation.sh @@ -1,3 +1,4 @@ #! /bin/sh +sleep 15 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