summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-01-06 20:16:55 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-01-06 20:16:55 -0800
commit093d525cbb4c13da9c40a7f237ce077b0786dc46 (patch)
treef87348ef86e1087c87fdb4f9cc2df4a74b347188
parent1f61b143da2b469a3511822d081b273d8552c93a (diff)
downloadnatsort-093d525cbb4c13da9c40a7f237ce077b0786dc46.tar.gz
Travis-CI.org to Travis-CI.com
-rw-r--r--README.rst2
-rw-r--r--RELEASING.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index fe395f5..ff403eb 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,7 @@ natsort
:target: https://github.com/SethMMorton/natsort/blob/master/LICENSE
.. image:: https://img.shields.io/travis/SethMMorton/natsort/master.svg?label=travis-ci
- :target: https://travis-ci.org/SethMMorton/natsort
+ :target: https://travis-ci.com/SethMMorton/natsort
.. image:: https://codecov.io/gh/SethMMorton/natsort/branch/master/graph/badge.svg
:target: https://codecov.io/gh/SethMMorton/natsort
diff --git a/RELEASING.md b/RELEASING.md
index 3c40db2..1c6932f 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -1,8 +1,8 @@
# Release Checklist
- [ ] Get master to the appropriate code release state.
- [Travis CI](https://travis-ci.org/SethMMorton/natsort) must be passing:
- [![Build Status](https://travis-ci.org/SethMMorton/natsort.svg?branch=master)](https://travis-ci.org/SethMMorton/natsort)
+ [Travis CI](https://travis-ci.com/SethMMorton/natsort) must be passing:
+ [![Build Status](https://travis-ci.com/SethMMorton/natsort.svg?branch=master)](https://travis-ci.com/SethMMorton/natsort)
- [ ] Ensure that the `CHANGELOG.md` includes the changes made since last release.
Please follow the style outlined in https://keepachangelog.com/.
@@ -23,7 +23,7 @@
git push
```
-- [ ] Check that the [Travis CI build](https://travis-ci.org/SethMMorton/natsort) has
+- [ ] Check that the [Travis CI build](https://travis-ci.com/SethMMorton/natsort) has
deployed correctly to [the test PyPI](https://test.pypi.org/project/natsort/#history).
- [ ] Push the tag:
@@ -32,7 +32,7 @@
git push --tags
```
-- [ ] Check that the tagged [Travis CI build](https://travis-ci.org/SethMMorton/natsort) has
+- [ ] Check that the tagged [Travis CI build](https://travis-ci.com/SethMMorton/natsort) has
deployed correctly to [PyPI](https://pypi.org/project/natsort/#history).
- [ ] Check installation: