summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 3a2c4773..9a75700b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -20,7 +20,7 @@ dependencies:
test:
override:
- - make linters
+ - make clean_all && make linters
- make test
- make functional_tests_ci
- cd service && coveralls || true