From 5cd7704a4d2bd32e809ce00c8fa586ad65acbda1 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Thu, 27 Apr 2017 13:57:57 -0700 Subject: [PATCH] Don't run tests for the docs directory. (#79) * Don't run tests for the docs directory. * Don't need to build for this either. * Spell it right; --- CI/exclude-from-build.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CI/exclude-from-build.json b/CI/exclude-from-build.json index ea893f0075..abc6f913a6 100644 --- a/CI/exclude-from-build.json +++ b/CI/exclude-from-build.json @@ -1,3 +1,5 @@ [ - "^plans" + "^plans/", + "^docs/", + "^CI/exclude-from-build.json$" ] \ No newline at end of file