Skip to content

Commit

Permalink
Travis-CI.org to Travis-CI.com
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Jan 7, 2020
1 parent 1f61b14 commit 093d525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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/.
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 093d525

Please sign in to comment.