aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-13 15:47:56 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-14 12:06:49 +0200
commitbb6dbba6a76f83c7cbac7a1f8d6eaa14da2d3d40 (patch)
tree1b6ef74ee2bbeefaed3a09e27ed14a2b2d0fd44c /dev
parent2470182ac4bded5c433c8f6bc77eb7b96576dc8d (diff)
[travis] overlay for fiat-crypto (a Require Import FunInd)
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/ci-user-overlay.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh
index 62c245b4f..2ecd40416 100644
--- a/dev/ci/ci-user-overlay.sh
+++ b/dev/ci/ci-user-overlay.sh
@@ -53,4 +53,6 @@ if [ $TRAVIS_PULL_REQUEST == "220" ] || [ $TRAVIS_BRANCH == "less_init_plugins"
CompCert_CI_GITURL=https://github.com/letouzey/CompCert.git
VST_CI_BRANCH=less_init_plugins
VST_CI_GITURL=https://github.com/letouzey/VST.git
+ fiat_crypto_CI_BRANCH=less_init_plugins
+ fiat_crypto_CI_GITURL=https://github.com/letouzey/fiat-crypto.git
fi