File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
223223testing.
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 `_.
226226Builds are done on ``master `` and pull requests and can be viewed on
227- the `travis build site `_.
227+ the `gh build site `_.
228228
229229Testing options
230230---------------
@@ -234,12 +234,12 @@ tests are being stubborn.
234234
235235e.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
You can’t perform that action at this time.
0 commit comments