Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2413eb7

Browse files
committed
DOC: We use travis-ci.com now, not travis-ci.org.
1 parent 50959b5 commit 2413eb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/devel/release_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All Releases
2525
Testing
2626
-------
2727

28-
We use `travis-ci <https://travis-ci.org/matplotlib/matplotlib>`__ for
28+
We use `Travis CI <https://travis-ci.org/matplotlib/matplotlib>`__ for
2929
continuous integration. When preparing for a release, the final
3030
tagged commit should be tested locally before it is uploaded::
3131

doc/devel/testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ are in ``test_mathtext.py``.
194194
Using Travis CI
195195
---------------
196196

197-
`Travis CI <https://travis-ci.org/>`_ is a hosted CI system "in the
197+
`Travis CI <https://travis-ci.com/>`_ is a hosted CI system "in the
198198
cloud".
199199

200200
Travis is configured to receive notifications of new commits to GitHub
@@ -206,7 +206,7 @@ project.
206206
Travis CI is already enabled for the `main Matplotlib GitHub
207207
repository <https://github.com/matplotlib/matplotlib/>`_ -- for
208208
example, see `its Travis page
209-
<https://travis-ci.org/matplotlib/matplotlib>`_.
209+
<https://travis-ci.com/matplotlib/matplotlib>`_.
210210

211211
If you want to enable Travis CI for your personal Matplotlib GitHub
212212
repo, simply enable the repo to use Travis CI in either the Travis CI

0 commit comments

Comments
 (0)