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.
214
214
.. literalinclude :: ../.tmuxp.yaml
215
215
:language: yaml
216
216
217
- .. _ travis :
217
+ .. _ gh_actions :
218
218
219
- Travis CI
220
- ---------
219
+ Github Actions
220
+ --------------
221
221
222
- tmuxp uses `travis-ci `_ for continuous integration / automatic unit
222
+ tmuxp uses `github actions `_ for continuous integration / automatic unit
223
223
testing.
224
224
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 `_.
226
226
Builds are done on ``master `` and pull requests and can be viewed on
227
- the `travis build site `_.
227
+ the `gh build site `_.
228
228
229
229
Testing options
230
230
---------------
@@ -234,12 +234,12 @@ tests are being stubborn.
234
234
235
235
e.g. ``RETRY_TIMEOUT_SECONDS=10 py.test ``
236
236
237
- .. literalinclude :: ../.travis .yml
237
+ .. literalinclude :: ../.github/workflows/tests .yml
238
238
:language: yaml
239
239
240
240
.. _py.test usage argument : https://pytest.org/latest/usage.html
241
241
.. _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
245
245
.. _issue on github : https://github.com/tmux-python/tmuxp/issues
You can’t perform that action at this time.
0 commit comments