Skip to content

Commit

Permalink
chore: add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Aug 17, 2016
1 parent 92683a7 commit 96a4482
Showing 1 changed file with 13 additions and 0 deletions.
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: 4

dependencies:
override:
- npm i npminstall && node_modules/.bin/npminstall

test:
post:
- node --version
- npm --version
- npm run ci

0 comments on commit 96a4482

Please sign in to comment.