Skip to content

Commit

Permalink
Update travis-ci.org links to travis-ci.com #91
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Jan 15, 2019
1 parent 5843369 commit a45ddb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ available here](https://trio-websocket.readthedocs.io).
[![PyPI](https://img.shields.io/pypi/v/trio-websocket.svg?style=flat-square)](https://pypi.org/project/trio-websocket/)
![Python Versions](https://img.shields.io/pypi/pyversions/trio-websocket.svg?style=flat-square)
![MIT License](https://img.shields.io/github/license/HyperionGray/trio-websocket.svg?style=flat-square)
[![Build Status](https://img.shields.io/travis/HyperionGray/trio-websocket.svg?style=flat-square&branch=master)](https://travis-ci.org/HyperionGray/trio-websocket)
[![Build Status](https://img.shields.io/travis/com/HyperionGray/trio-websocket.svg?style=flat-square&branch=master)](https://travis-ci.com/HyperionGray/trio-websocket)
[![Coverage](https://img.shields.io/coveralls/github/HyperionGray/trio-websocket.svg?style=flat-square)](https://coveralls.io/github/HyperionGray/trio-websocket?branch=master)
[![Read the Docs](https://img.shields.io/readthedocs/trio-websocket.svg)](https://trio-websocket.readthedocs.io)

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Expand Up @@ -173,7 +173,7 @@ To release a new version of this library, we follow this process:
2. Commit ``version.py``.
3. Create a tag, e.g. ``git tag 1.2.0``.
4. Push the commit and the tag, e.g. ``git push && git push origin 1.2.0``.
5. Wait for `Travis CI <https://travis-ci.org/HyperionGray/trio-websocket>`__ to
5. Wait for `Travis CI <https://travis-ci.com/HyperionGray/trio-websocket>`__ to
finish building and ensure that the build is successful.
6. Wait for `Read The Docs <https://trio-websocket.readthedocs.io/en/latest/>`__
to finish building and ensure that the build is successful.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -18,9 +18,9 @@ Autobahn Test Suite <https://github.com/crossbario/autobahn-testsuite>`__.
:alt: Python Versions
.. image:: https://img.shields.io/github/license/HyperionGray/trio-websocket.svg?style=flat-square
:alt: MIT License
.. image:: https://img.shields.io/travis/HyperionGray/trio-websocket.svg?style=flat-square
.. image:: https://img.shields.io/travis/com/HyperionGray/trio-websocket.svg?style=flat-square&branch=master
:alt: Build Status
:target: https://travis-ci.org/HyperionGray/trio-websocket
:target: https://travis-ci.com/HyperionGray/trio-websocket
.. image:: https://img.shields.io/coveralls/github/HyperionGray/trio-websocket.svg?style=flat-square
:alt: Coverage
:target: https://coveralls.io/github/HyperionGray/trio-websocket?branch=master
Expand Down

0 comments on commit a45ddb8

Please sign in to comment.