Skip to content

Commit b379fb9

Browse files
author
Tom Kirkpatrick
committed
ci: add circleci build support
1 parent 86b6f23 commit b379fb9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

circle.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
machine:
2+
node:
3+
version: 6.1.0
4+
test:
5+
post:
6+
- npm run coverage
7+
deployment:
8+
master:
9+
branch: master
10+
commands:
11+
- npm run semantic-release

0 commit comments

Comments
 (0)