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 4a939fd5..3a2c4773 100644
--- a/circle.yml
+++ b/circle.yml
@@ -21,7 +21,7 @@ dependencies:
test:
override:
- make linters
- - npm rebuild && make test
+ - make test
- make functional_tests_ci
- cd service && coveralls || true