mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[CLEANUP] Removed debug
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ install:
|
||||
|
||||
script: "./.travis/maven-build.sh"
|
||||
|
||||
after_script: "./.travis/call-creation.sh"
|
||||
after_deploy: "./.travis/call-creation.sh"
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
sleep 15
|
||||
curl "http://v3.bdn.parabot.org/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION"
|
||||
curl -sS "http://v3.bdn.parabot.org/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" >/dev/null
|
||||
Reference in New Issue
Block a user