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