aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMaxime Dénès2017-10-25 10:13:53 +0200
committerMaxime Dénès2017-10-25 10:13:53 +0200
commit7d2dfd6fabd5d447166b1cb0e3b2993cc8abf4b3 (patch)
treec34dade1d0e3b37818bdfcb5999f42963dc7ea3e /dev
parent6b71d6e4fa9869d6fec6365572b53f26bd0a0467 (diff)
parent179eef8fdde412f60d23a48c10abcde537bee2bb (diff)
Merge PR #6003: Point HoTT back at master, which now supports Coq master
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/ci-basic-overlay.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index e76f283706..9be882bb3c 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