aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.ci
diff options
context:
space:
mode:
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 1b09905cc..744b7c655 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