Add CircleCI config
Closes gh-568.
This commit is contained in:
committed by
Fagner Brack
parent
2c27f31263
commit
8e97d25a07
8
circle.yml
Normal file
8
circle.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
machine:
|
||||
node:
|
||||
version: 6
|
||||
|
||||
test:
|
||||
override:
|
||||
- npm run lint -s
|
||||
- npm run test -s
|
||||
Reference in New Issue
Block a user