Skip to content

Commit

Permalink
[BUGFIX] Solved call creation
Browse files Browse the repository at this point in the history
  • Loading branch information
JKetelaar committed Oct 31, 2016
1 parent 06bb5e4 commit e627cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/call-creation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash

sleep 15
curl -sS "http://v3.bdn.parabot.org/api/bot/create/random?build_id=$TRAVIS_BUILD_ID&version=$RANDOMS_VERSION" >/dev/null
sleep 1
curl --data "build_id=$TRAVIS_BUILD_ID&version=$RANDOMS_VERSION" "http://v3.bdn.parabot.org/api/bot/create/randoms"

0 comments on commit e627cb1

Please sign in to comment.