Skip to content

Commit 11df1bc

Browse files
committed
docs: Update for GH Actions
1 parent 621c93d commit 11df1bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/developing.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,20 +163,20 @@ this will load the ``.tmuxp.yaml`` in the root of the project.
163163

164164
.. _travis:
165165

166-
Travis CI
167-
~~~~~~~~~
166+
GH Actions
167+
~~~~~~~~~~
168168

169-
libtmux uses `travis-ci`_ for continuous integration / automatic unit
169+
libtmux uses `github actions`_ for continuous integration / automatic unit
170170
testing.
171171

172172
libtmux is tested against tmux 1.8 and the latest git source. Interpretters
173173
tested are pypy, pypy3, 2.7 and >= 3.3. The `travis build site`_ uses this
174-
`.travis.yml`_ configuration:
174+
`.github/workflows/libtmux-ci.yml`_ configuration:
175175

176-
.. literalinclude:: ../.travis.yml
176+
.. literalinclude:: ../.github/workflows/libtmux-ci.yml
177177
:language: yaml
178178

179-
.. _travis-ci: http://www.travis-ci.org
179+
.. _github actions: https://github.com/features/actions
180180
.. _travis build site: http://www.travis-ci.org/tmux-python/libtmux
181-
.. _.travis.yml: https://github.com/tmux-python/libtmux/blob/master/.travis.yml
181+
.. _.github/workflows/libtmux-ci.yml: https://github.com/tmux-python/libtmux/blob/master/.github/workflows/libtmux-ci.yml
182182
.. _issue on github: https://github.com/tmux-python/libtmux/issues

0 commit comments

Comments
 (0)