Add circle.yml
This commit is contained in:
parent
c0632f7d33
commit
501cb12d17
1 changed files with 13 additions and 0 deletions
13
circle.yml
Normal file
13
circle.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
machine:
|
||||
node:
|
||||
version: 5.3
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- npm install
|
||||
cache_directories:
|
||||
- node_modules
|
||||
|
||||
test:
|
||||
override:
|
||||
- npm test
|
Reference in a new issue