aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.ci
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-02-07 08:17:52 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-07 10:28:07 +0100
commit27be8637d1f073c245c32aa7c336fb70e1b82c20 (patch)
treebddf71af1eaea00150b09b85a38f92f8beb37b4d /README.ci
parent487e19a495b8727b0d3f11a8f0238d17aa9e9303 (diff)
[travis] Move ci files from `tools` to `dev`.
Diffstat (limited to 'README.ci')
-rw-r--r--README.ci4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.ci b/README.ci
index ed2ba9126..dcf93cf00 100644
--- a/README.ci
+++ b/README.ci
@@ -40,7 +40,7 @@ Maintaining your contribution manually [current method]
======================================
To add your contribution to the Coq Travis CI set, add a script for
-building your library to `tools/ci/`, update `.travis.yml` and
+building your library to `dev/ci/`, update `.travis.yml` and
`Makefile.ci`. Then, submit a PR.
Maintaining your contribution as an OPAM package [work in progress] [to be implemented]
@@ -67,7 +67,7 @@ repositories of some of the tests so they can provide fixed
developments.
The general idea is that the PR author will drop a file
-`tools/ci/overlays/$branch.overlay` where branch name is taken from
+`dev/ci/overlays/$branch.overlay` where branch name is taken from
`${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}`
that is to say, the name of the original branch for the PR.