aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.ci
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-08-15 12:48:36 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-08-15 14:01:06 -0400
commitd69b13ce03edfeb8d25ce5ea337aa7384fadbe6c (patch)
treef639eb857387b2d50157df66633458cdcab789dd /Makefile.ci
parent83e506e9a4b8140320e8f505b9ef6e4da05d710c (diff)
Fix a typo
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