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.
163
163
164
164
.. _travis :
165
165
166
- Travis CI
167
- ~~~~~~~~~
166
+ GH Actions
167
+ ~~~~~~~~~~
168
168
169
- libtmux uses `travis-ci `_ for continuous integration / automatic unit
169
+ libtmux uses `github actions `_ for continuous integration / automatic unit
170
170
testing.
171
171
172
172
libtmux is tested against tmux 1.8 and the latest git source. Interpretters
173
173
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:
175
175
176
- .. literalinclude :: ../.travis .yml
176
+ .. literalinclude :: ../.github/workflows/libtmux-ci .yml
177
177
:language: yaml
178
178
179
- .. _ travis-ci : http ://www.travis-ci.org
179
+ .. _ github actions : https ://github.com/features/actions
180
180
.. _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
182
182
.. _issue on github : https://github.com/tmux-python/libtmux/issues
You can’t perform that action at this time.
0 commit comments