Skip to content

Commit f4cc9c0

Browse files
authored
Updates travis to the .com domain (#553)
Any new project created would now land on the travis-ci.com domain. https://blog.travis-ci.com/2018-05-02-open-source-projects-on-travis-ci-com-with-github-apps
1 parent ab00a11 commit f4cc9c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

{{cookiecutter.project_slug}}/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Config file for automatic testing at travis-ci.org
1+
# Config file for automatic testing at travis-ci.com
22

33
language: python
44
python:

{{cookiecutter.project_slug}}/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
103103
your new functionality into a function with a docstring, and add the
104104
feature to the list in README.rst.
105105
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and for PyPy. Check
106-
https://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/pull_requests
106+
https://travis-ci.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/pull_requests
107107
and make sure that the tests pass for all supported Python versions.
108108

109109
Tips

{{cookiecutter.project_slug}}/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:target: https://pypi.python.org/pypi/{{ cookiecutter.project_slug }}
99

1010
.. image:: https://img.shields.io/travis/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}.svg
11-
:target: https://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}
11+
:target: https://travis-ci.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}
1212

1313
.. image:: https://readthedocs.org/projects/{{ cookiecutter.project_slug | replace("_", "-") }}/badge/?version=latest
1414
:target: https://{{ cookiecutter.project_slug | replace("_", "-") }}.readthedocs.io/en/latest/?badge=latest

0 commit comments

Comments
 (0)