aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 66eed17d7..efeb8ba57 100644
--- a/circle.yml
+++ b/circle.yml
@@ -5,3 +5,8 @@ dependencies:
pre:
- "npm i -g testem"
- "npm i -g mocha"
+test:
+ override:
+ - "npm run lint"
+ - "npm run test-coverage"
+ - "npm run test-integration" \ No newline at end of file