Skip to content

Commit

Permalink
Merge pull request #94 from berquist/update-travis-ci-badge-url
Browse files Browse the repository at this point in the history
Make Travis CI links/badge point to .com domain rather than .org
  • Loading branch information
dgasmith committed Nov 24, 2019
2 parents 20b49bf + fa9e64a commit a858970
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Tests can be run with the `pytest -v` command. There are a number of additional

### Continuous Integration
Testing is accomplished with both [Appveyor](https://www.appveyor.com) (for Windows testing) and
[Travis-CI](https://travis-ci.org) (for Linux testing). These frameworks are chosen as they
[Travis-CI](https://travis-ci.com) (for Linux testing). These frameworks are chosen as they
are completely free for open source projects and allow you to automatically verify that your project works under a
variety of OS's and
Python versions. To begin please register with both Appveyor and Travis-CI and turn on the git hooks under the project
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Tests can be run with the ``pytest -v`` command. There are a number of additiona
Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^
Testing is accomplished with both `Appveyor <https://www.appveyor.com>`_ (for Windows testing) and
`Travis-CI <https://travis-ci.org>`_ (for Linux testing). These frameworks are chosen as they
`Travis-CI <https://travis-ci.com>`_ (for Linux testing). These frameworks are chosen as they
are completely free for open source projects and allow you to automatically verify that your project works under a
variety of OS's and
Python versions. To begin please register with both Appveyor and Travis-CI and turn on the git hooks under the project
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{cookiecutter.project_name}}
==============================
[//]: # (Badges)
[![Travis Build Status](https://travis-ci.org/REPLACE_WITH_OWNER_ACCOUNT/{{cookiecutter.project_name}}.svg?branch=master)](https://travis-ci.org/REPLACE_WITH_OWNER_ACCOUNT/{{cookiecutter.project_name}})
[![Travis Build Status](https://travis-ci.com/REPLACE_WITH_OWNER_ACCOUNT/{{cookiecutter.project_name}}.svg?branch=master)](https://travis-ci.com/REPLACE_WITH_OWNER_ACCOUNT/{{cookiecutter.project_name}})
{% if cookiecutter.Include_Windows_continuous_integration == "y" -%}
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/REPLACE_WITH_APPVEYOR_LINK/branch/master?svg=true)](https://ci.appveyor.com/project/REPLACE_WITH_OWNER_ACCOUNT/{{cookiecutter.project_name}}/branch/master)
{% endif -%}
Expand Down

0 comments on commit a858970

Please sign in to comment.