aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-24 15:13:33 -0400
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-24 15:13:33 -0400
commit05c18725cb0ae097bb56f74e88a89b13a5253f9e (patch)
tree6b11ed5d6e8380d87204e502e497a020773f2748 /dev
parentefba96ef1cbbc38a3ca50194774f69e4132fa1b8 (diff)
parent90aa46819c8f0c4ed2813f69ddfe4b65708135be (diff)
Merge PR #7895: Revert "Add a note about [ci skip] in CI README."
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev/ci/README.md b/dev/ci/README.md
index 08364c897..45176581c 100644
--- a/dev/ci/README.md
+++ b/dev/ci/README.md
@@ -86,11 +86,6 @@ We are currently running tests on the following platforms:
- AppVeyor is used to test the compilation of Coq and run the test-suite on
Windows.
-GitLab CI and Travis CI and AppVeyor support putting `[ci skip]` in a commit
-message to bypass CI. Do not use this unless your commit only changes files
-that are not compiled (e.g. Markdown files like this one, or files under
-[`.github/`](../../.github/)).
-
You can anticipate the results of most of these tests prior to submitting your
PR by running GitLab CI on your private branches. To do so follow these steps: