]> git.r.bdr.sh - rbdr/heart/commitdiff
Runs linter + tests on CI
authorBen Beltran <redacted>
Thu, 10 Nov 2016 05:42:15 +0000 (23:42 -0600)
committerBen Beltran <redacted>
Thu, 10 Nov 2016 05:42:15 +0000 (23:42 -0600)
circle.yml [new file with mode: 0644]

diff --git a/circle.yml b/circle.yml
new file mode 100644 (file)
index 0000000..386728a
--- /dev/null
@@ -0,0 +1,3 @@
+override:
+  - npm test
+  - npm run lint