diff options
| author | Emilio Jesus Gallego Arias | 2017-03-13 19:53:00 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-03-13 20:01:23 +0100 |
| commit | 2cee6aa7a30b39c53e23fc69f0b9e7754ebee740 (patch) | |
| tree | 97fca27eed7758c2e9cb2e862ba32ba697c1eee0 /dev/ci/ci-hott.sh | |
| parent | ecacc9af6100f76e95acc24e777026bfc9c4d921 (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-hott.sh')
| -rwxr-xr-x | dev/ci/ci-hott.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh index 62733c9452..1bf6e9a872 100755 --- a/dev/ci/ci-hott.sh +++ b/dev/ci/ci-hott.sh @@ -3,8 +3,6 @@ ci_dir="$(dirname "$0")" source ${ci_dir}/ci-common.sh -HoTT_CI_BRANCH=mz-8.7 -HoTT_CI_GITURL=https://github.com/ejgallego/HoTT.git HoTT_CI_DIR=${CI_BUILD_DIR}/HoTT git_checkout ${HoTT_CI_BRANCH} ${HoTT_CI_GITURL} ${HoTT_CI_DIR} |
