Skip to content

Commit 576f99a

Browse files
jakirkhambeckermr
authored andcommitted
Trigger rebuild with travis-ci.com [skip ci] (conda-forge#10674)
1 parent 0fce70a commit 576f99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_scripts/trigger_travis_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def rebuild_travis(repo_slug):
2222

2323
# Trigger a build on `master`.
2424
encoded_slug = six.moves.urllib.parse.quote(repo_slug, safe='')
25-
url = 'https://api.travis-ci.org/repo/{}/requests'.format(encoded_slug)
25+
url = 'https://api.travis-ci.com/repo/{}/requests'.format(encoded_slug)
2626
response = requests.post(
2727
url,
2828
json={

0 commit comments

Comments
 (0)