aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ci
diff options
context:
space:
mode:
authorJason Gross2017-08-15 12:48:36 -0400
committerJason Gross2017-08-15 14:01:06 -0400
commitd69b13ce03edfeb8d25ce5ea337aa7384fadbe6c (patch)
treef639eb857387b2d50157df66633458cdcab789dd /Makefile.ci
parent83e506e9a4b8140320e8f505b9ef6e4da05d710c (diff)
Fix a typo
As per https://github.com/coq/coq/pull/968#discussion_r133238157 and https://github.com/coq/coq/pull/969#discussion_r133241472
Diffstat (limited to 'Makefile.ci')
-rw-r--r--Makefile.ci2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.ci b/Makefile.ci
index 1b09905cc7..744b7c6550 100644
--- a/Makefile.ci
+++ b/Makefile.ci
@@ -22,7 +22,7 @@ CI_TARGETS=ci-all \
.PHONY: $(CI_TARGETS)
-# Generic rule, we use make to easy travis integraton with mixed rules
+# Generic rule, we use make to ease travis integration with mixed rules
$(CI_TARGETS): ci-%:
rm -f ci-$*.ok
+(./dev/ci/ci-$*.sh 2>&1 && touch ci-$*.ok) | tee time-of-build.log