diff options
| author | Maxime Dénès | 2017-02-21 09:46:34 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-02-21 09:46:34 +0100 |
| commit | d9d8977cf213f0d4b2e8d324c759c23df58ba457 (patch) | |
| tree | 172a3f420fcf392633bcf9352269ea2245f50aca /dev | |
| parent | e91286465973b6ba40d6646c630df8faa73eb8f1 (diff) | |
[travis] track an 8.7 specific branch of HoTT.
This is required since we merged PR#309: Ltac as a plugin.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-hott.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh index aaffc9d484..0c07564c02 100755 --- a/dev/ci/ci-hott.sh +++ b/dev/ci/ci-hott.sh @@ -3,6 +3,6 @@ ci_dir="$(dirname "$0")" source ${ci_dir}/ci-common.sh -git_checkout mz-8.6 https://github.com/ejgallego/HoTT.git HoTT +git_checkout mz-8.7 https://github.com/ejgallego/HoTT.git HoTT ( cd HoTT && ./autogen.sh && ./configure && make -j ${NJOBS} ) |
