diff options
| author | Jason Gross | 2017-06-06 14:27:01 -0400 |
|---|---|---|
| committer | Jason Gross | 2018-07-24 12:57:45 -0400 |
| commit | 4aae5846dbe685a0e99e296053b57345b11c4330 (patch) | |
| tree | 637adbc57ea7087b25584d5e85ea1d09a0528297 /dev | |
| parent | 3599d05a5b3664764f19a794dc69c4e28f2e135d (diff) | |
[travis] Also run coqchk on HoTT
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 6ded97984e..184b90a50b 100755 --- a/dev/ci/ci-hott.sh +++ b/dev/ci/ci-hott.sh @@ -7,4 +7,4 @@ HoTT_CI_DIR="${CI_BUILD_DIR}"/HoTT git_checkout "${HoTT_CI_BRANCH}" "${HoTT_CI_GITURL}" "${HoTT_CI_DIR}" -( cd "${HoTT_CI_DIR}" && ./autogen.sh && ./configure && make ) +( cd "${HoTT_CI_DIR}" && ./autogen.sh && ./configure && make && make validate ) |
