Add Circle config file
This commit is contained in:
parent
651ca3a625
commit
38c4587e15
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.10.1
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- npm install
|
||||
|
||||
test:
|
||||
override:
|
||||
- npm test
|
Reference in a new issue