mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
Circle-CI : Only test packets and server
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.
This commit is contained in:
parent
e6eebe5f73
commit
187f6bccd7
@ -6,4 +6,5 @@ dependencies:
|
||||
- npm install --dev
|
||||
test:
|
||||
override:
|
||||
- npm test
|
||||
- node_modules/.bin/mocha -g "packets"
|
||||
- node_modules/.bin/mocha -g "mc-server"
|
||||
|
Loading…
x
Reference in New Issue
Block a user