Skip to content

Commit

Permalink
ci: configure circle builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick committed Feb 8, 2017
1 parent 8eb408b commit 21f70be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

13 changes: 13 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
machine:
node:
version: 6.1.0

test:
post:
- npm run coverage

deployment:
master:
branch: [master]
commands:
- npm run semantic-release

0 comments on commit 21f70be

Please sign in to comment.