aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-metacoq.sh
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-13 19:53:00 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-13 20:01:23 +0100
commit2cee6aa7a30b39c53e23fc69f0b9e7754ebee740 (patch)
tree97fca27eed7758c2e9cb2e862ba32ba697c1eee0 /dev/ci/ci-metacoq.sh
parentecacc9af6100f76e95acc24e777026bfc9c4d921 (diff)
[travis] Basic support for overlays.
We now allow the user to overlay contribution repositories and branches by adding their own rules to `ci-basic-overlay.sh`. This just provides very basic support.
Diffstat (limited to 'dev/ci/ci-metacoq.sh')
-rwxr-xr-xdev/ci/ci-metacoq.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev/ci/ci-metacoq.sh b/dev/ci/ci-metacoq.sh
index 1ea56af29..e31691179 100755
--- a/dev/ci/ci-metacoq.sh
+++ b/dev/ci/ci-metacoq.sh
@@ -3,12 +3,7 @@
ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh
-unicoq_CI_BRANCH=master
-unicoq_CI_GITURL=https://github.com/unicoq/unicoq.git
unicoq_CI_DIR=${CI_BUILD_DIR}/unicoq
-
-metacoq_CI_BRANCH=master
-metacoq_CI_GITURL=https://github.com/MetaCoq/MetaCoq.git
metacoq_CI_DIR=${CI_BUILD_DIR}/MetaCoq
# Setup UniCoq