summary refs log tree commit diff stats
path: root/doc/contributing.rst
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-04-23 22:54:31 -0700
committerGitHub <noreply@github.com>2021-04-24 07:54:31 +0200
commitb667e288e27a09ce4f65166fc66a6b713350a9b6 (patch)
tree547cd716f3f3e3a3d91083c1c3d6cb32ad4c1789 /doc/contributing.rst
parent80df21d9a368b0ad40f6c36b898861e75926b732 (diff)
downloadNim-b667e288e27a09ce4f65166fc66a6b713350a9b6.tar.gz
move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)
* move travis, appveyor, ci.yml.disabled to unmaintained

* update some mentions of travis, appevyor

* fix test
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r--doc/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 81fa9f8eb..abc81dae6 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -155,7 +155,7 @@ To run a single test:
   ./koch test run tests/stdlib/tos.nim # can also provide relative path
 
 For reproducible tests (to reproduce an environment more similar to the one
-run by Continuous Integration on travis/appveyor), you may want to disable your
+run by Continuous Integration on github actions/azure pipelines), you may want to disable your
 local configuration (e.g. in ``~/.config/nim/nim.cfg``) which may affect some
 tests; this can also be achieved by using
 `export XDG_CONFIG_HOME=pathtoAlternateConfig`:cmd: before running `./koch`:cmd:
@@ -517,7 +517,7 @@ Continuous Integration (CI)
    the CI pipeline and affects other PR's; if you don't need it (e.g. for WIP or
    documentation only changes), add ``[skip ci]`` to your commit message title.
    This convention is supported by our github actions pipelines and our azure pipeline
-   as well as our former other pipelines:
+   (using custom logic, which should complete in < 1mn) as well as our former other pipelines:
    `Appveyor <https://www.appveyor.com/docs/how-to/filtering-commits/#skip-directive-in-commit-message>`_
    and `Travis <https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build>`_.