Added CircleCI file
This commit is contained in:
parent
42395f63c9
commit
656b54aed5
1 changed files with 11 additions and 0 deletions
11
circle.yml
Normal file
11
circle.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
machine:
|
||||||
|
node:
|
||||||
|
version: 5.2.0
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
pre:
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- npm test
|
Reference in a new issue