From d69b13ce03edfeb8d25ce5ea337aa7384fadbe6c Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 15 Aug 2017 12:48:36 -0400 Subject: Fix a typo As per https://github.com/coq/coq/pull/968#discussion_r133238157 and https://github.com/coq/coq/pull/969#discussion_r133241472 --- Makefile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.ci') 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 -- cgit v1.2.3