summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThais Siqueira <thais.siqueira@gmail.com>2017-04-04 16:39:50 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2017-04-04 16:39:50 -0300
commit8f4ab8566d4b7517059a1f118b7965c2cbc4ede5 (patch)
treedf266fda0c593a27c568215716d48d9994fbd344
parent7c510f9e60add90f1bb431dd5b018ddf7a2702e5 (diff)
Revert fixes attempts on circle.yml
with @deniscostadsc
-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