summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorThais Siqueira <thais.siqueira@gmail.com>2017-04-04 13:42:33 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2017-04-04 13:42:33 -0300
commite0f3c126ed8dd016fdcc073196a39595a74ad40f (patch)
treece0ac83831021edd5473b8cb9b43d7e7914e11f9 /circle.yml
parentf70c2827d41d1d805d6446670b861b7abf0761b1 (diff)
[fix-build] Adds clean_all before linters
@deniscostadsc
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