From 0b42d41c583fb45c5a9146083874accc4ab3e05d Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Wed, 25 May 2016 20:01:16 +0200 Subject: [PATCH] [FEATURE] Added call creation sh file --- .travis/call-creation.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .travis/call-creation.sh diff --git a/.travis/call-creation.sh b/.travis/call-creation.sh new file mode 100755 index 0000000..be046df --- /dev/null +++ b/.travis/call-creation.sh @@ -0,0 +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