File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
170170testing.
171171
172172libtmux is tested against tmux 1.8 and the latest git source. Interpretters
173173tested 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
You can’t perform that action at this time.
0 commit comments