Skip to content

Commit

Permalink
ci: Print message when do travis comment in pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Sep 28, 2018
1 parent b7a15f9 commit 44a3be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ def comment_on_pull_request(comment):
slug=slug, number=pr_number)
response = requests.post(url, data=json.dumps({'body': comment}),
headers={'Authorization': 'token ' + token})
print(">>>>Travis send pull request comment to {}, repsonse status code {}.".format(url, response.status_code))
return response.json()


Expand Down

0 comments on commit 44a3be4

Please sign in to comment.