diff options
| author | Maxime Dénès | 2017-08-31 11:37:21 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-08-31 11:37:21 +0200 |
| commit | c082e2bf85d5e372497a85424a3f1a049862467d (patch) | |
| tree | 74c6eec3f5e839027e9969d9466c2159428e594f | |
| parent | 4c737d0a3768353e025e3c371102b00485e0306d (diff) | |
| parent | d69b13ce03edfeb8d25ce5ea337aa7384fadbe6c (diff) | |
Merge PR #969: Fix a typo
| -rw-r--r-- | Makefile.ci | 2 |
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 |
