mirror of
https://github.com/barkeser2002/node-minecraft-protocol.git
synced 2026-09-25 04:30:15 +03:00
Client tests require a minecraft server for now. Until we move on to a better way to test the protocol, this will disable the client tests.
11 lines
194 B
YAML
11 lines
194 B
YAML
machine:
|
|
node:
|
|
version: 0.10.22
|
|
dependencies:
|
|
override:
|
|
- npm install --dev
|
|
test:
|
|
override:
|
|
- node_modules/.bin/mocha -g "packets"
|
|
- node_modules/.bin/mocha -g "mc-server"
|