aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/README.md
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-07-27 16:53:01 +0200
committerGaëtan Gilbert2018-07-27 16:53:01 +0200
commit3c41245404eacd105c0dbcae78f47ba103131788 (patch)
tree3103eb68e72ba7d283ee58219d9b1b563987bd98 /dev/ci/README.md
parent941b25c8617d88bdf128379f98f443cc46d6ffcc (diff)
parentdfafe315dc2ced29e4522b5f56dfe0f9594645e6 (diff)
Merge PR #8174: [ci] Remove CircleCI setup.
Diffstat (limited to 'dev/ci/README.md')
-rw-r--r--dev/ci/README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev/ci/README.md b/dev/ci/README.md
index 45176581cd..43d680af61 100644
--- a/dev/ci/README.md
+++ b/dev/ci/README.md
@@ -75,9 +75,6 @@ We are currently running tests on the following platforms:
camlp5, and with warnings as errors; it runs the test-suite and tests the
compilation of several external developments.
-- Circle CI runs tests that are redundant with GitLab CI and may be removed
- eventually.
-
- Travis CI is used to test the compilation of Coq and run the test-suite on
macOS. It also runs a linter that checks whitespace discipline. A
[pre-commit hook](../tools/pre-commit) is automatically installed by
@@ -165,8 +162,7 @@ automatically built and uploaded to your GitLab registry, and is
loaded by subsequent jobs.
**IMPORTANT**: When updating Coq's CI docker image, you must modify
-the `CACHEKEY` variable in [`.gitlab-ci.yml`](../../.gitlab-ci.yml),
-[`.circleci/config.yml`](../../.circleci/config.yml),
+the `CACHEKEY` variable in [`.gitlab-ci.yml`](../../.gitlab-ci.yml)
and [`Dockerfile`](docker/bionic_coq/Dockerfile)
The Docker building job reuses the uploaded image if it is available,