diff --git a/.travis.yml b/.travis.yml index 0e7169a..89bc4c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/.travis/call-creation.sh b/.travis/call-creation.sh index 358ef2e..5c62f0f 100755 --- a/.travis/call-creation.sh +++ b/.travis/call-creation.sh @@ -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" \ No newline at end of file +curl -sS "http://v3.bdn.parabot.org/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" >/dev/null \ No newline at end of file