aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorJason Gross2017-06-06 14:27:01 -0400
committerJason Gross2018-07-24 12:57:45 -0400
commit4aae5846dbe685a0e99e296053b57345b11c4330 (patch)
tree637adbc57ea7087b25584d5e85ea1d09a0528297 /dev
parent3599d05a5b3664764f19a794dc69c4e28f2e135d (diff)
[travis] Also run coqchk on HoTT
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-hott.sh2
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 )