Skip to content

Commit b20cebd

Browse files
committed
docs(Developing): Update to mention gh actions
1 parent 20f1674 commit b20cebd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/developing.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,17 +214,17 @@ this will load the ``.tmuxp.yaml`` in the root of the project.
214214
.. literalinclude:: ../.tmuxp.yaml
215215
:language: yaml
216216

217-
.. _travis:
217+
.. _gh_actions:
218218

219-
Travis CI
220-
---------
219+
Github Actions
220+
--------------
221221

222-
tmuxp uses `travis-ci`_ for continuous integration / automatic unit
222+
tmuxp uses `github actions`_ for continuous integration / automatic unit
223223
testing.
224224

225-
To view the tmux and python versions tested see the `.travis.yml`_.
225+
To view the tmux and python versions tested see the `.github/workflows/tests.yml`_.
226226
Builds are done on ``master`` and pull requests and can be viewed on
227-
the `travis build site`_.
227+
the `gh build site`_.
228228

229229
Testing options
230230
---------------
@@ -234,12 +234,12 @@ tests are being stubborn.
234234

235235
e.g. ``RETRY_TIMEOUT_SECONDS=10 py.test``
236236

237-
.. literalinclude:: ../.travis.yml
237+
.. literalinclude:: ../.github/workflows/tests.yml
238238
:language: yaml
239239

240240
.. _py.test usage argument: https://pytest.org/latest/usage.html
241241
.. _entr: http://entrproject.org/
242-
.. _travis-ci: http://www.travis-ci.org
243-
.. _travis build site: http://www.travis-ci.org/tmux-python/tmuxp
244-
.. _.travis.yml: https://github.com/tmux-python/tmuxp/blob/master/.travis.yml
242+
.. _github actions: https://github.com/features/actions
243+
.. _gh build site: https://github.com/tmux-python/tmuxp/actions?query=workflow%3Atests
244+
.. _.github/workflows/tests.yml: https://github.com/tmux-python/tmuxp/blob/master/.github/workflows/tests.yml
245245
.. _issue on github: https://github.com/tmux-python/tmuxp/issues

0 commit comments

Comments
 (0)