aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre Letouzey2017-10-06 14:08:49 +0200
committerPierre Letouzey2017-10-07 00:09:39 +0200
commitee42eb1e10be8632e277cf8b9ac6ba40ef86372b (patch)
tree478fac9f5b948aa20c3fa0a0698cd5a15741ec8d /dev
parent1795a3e603c3ff8bd0e3c3900e4a250f51f3fec6 (diff)
travis: remove the overlay on bignums
This overlay is now useless (change pushed upstream in bignums) and moreover does not contain my commit making bignums resilient to PR#768.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/ci-basic-overlay.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 8e7265969b..baca14dff2 100644
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -127,5 +127,5 @@
########################################################################
# Bignums
########################################################################
-: ${bignums_CI_BRANCH:=fix-thunk-printer}
-: ${bignums_CI_GITURL:=https://github.com/ppedrot/bignums.git}
+: ${bignums_CI_BRANCH:=master}
+: ${bignums_CI_GITURL:=https://github.com/coq/bignums}