diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-10-25 10:13:53 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-10-25 10:13:53 +0200 |
commit | 7d2dfd6fabd5d447166b1cb0e3b2993cc8abf4b3 (patch) | |
tree | c34dade1d0e3b37818bdfcb5999f42963dc7ea3e | |
parent | 6b71d6e4fa9869d6fec6365572b53f26bd0a0467 (diff) | |
parent | 179eef8fdde412f60d23a48c10abcde537bee2bb (diff) |
Merge PR #6003: Point HoTT back at master, which now supports Coq master
-rw-r--r-- | dev/ci/ci-basic-overlay.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index e76f28370..9be882bb3 100644 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -49,11 +49,8 @@ ######################################################################## # HoTT ######################################################################## -# Temporary overlay -: ${HoTT_CI_BRANCH:=ocaml.4.02.3} -: ${HoTT_CI_GITURL:=https://github.com/ejgallego/HoTT.git} -# : ${HoTT_CI_BRANCH:=master} -# : ${HoTT_CI_GITURL:=https://github.com/HoTT/HoTT.git} +: ${HoTT_CI_BRANCH:=master} +: ${HoTT_CI_GITURL:=https://github.com/HoTT/HoTT.git} ######################################################################## # GeoCoq |