aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-user-overlay.sh
diff options
context:
space:
mode:
authorPierre Letouzey2017-06-06 20:47:26 +0200
committerPierre Letouzey2017-06-13 10:33:00 +0200
commit08e86c0af77e83b8569fe611b9fb74e772d710a8 (patch)
treea05f9595fb83b86158b1de3dab66da97c8e16a73 /dev/ci/ci-user-overlay.sh
parentfe972a369adf533e2f4ec89eafb63b08a26e2ec7 (diff)
[travis] overlay + extra deps for math-classes (and formal-topology)
Diffstat (limited to 'dev/ci/ci-user-overlay.sh')
-rw-r--r--dev/ci/ci-user-overlay.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh
index 0edaf07efc..594e3c3744 100644
--- a/dev/ci/ci-user-overlay.sh
+++ b/dev/ci/ci-user-overlay.sh
@@ -40,3 +40,8 @@ if [ $TRAVIS_PULL_REQUEST = "707" ] || [ $TRAVIS_BRANCH == "trunk__API__coq_make
fiat_parsers_CI_BRANCH=trunk__API
fiat_parsers_CI_GITURL=https://github.com/matejkosik/fiat.git
fi
+
+if [ $TRAVIS_PULL_REQUEST == "498" ] || [ $TRAVIS_BRANCH == "outsource-bignums" ]; then
+ math_classes_CI_BRANCH=external-bignums
+ math_classes_CI_GITURL=https://github.com/letouzey/math-classes.git
+fi