mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -04:00
Add circleci support
This commit is contained in:
parent
304586aff7
commit
cee1b81099
9
circle.yml
Normal file
9
circle.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
machine:
|
||||||
|
node:
|
||||||
|
version: 0.10.22
|
||||||
|
dependencies:
|
||||||
|
override:
|
||||||
|
- npm install --dev
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- npm test
|
Loading…
x
Reference in New Issue
Block a user