aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 386728a..7a43e46 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1,3 +1,4 @@
-override:
- - npm test
- - npm run lint
+test:
+ override:
+ - npm test
+ - npm run lint