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:
Robin Lambertz 2015-03-18 19:12:18 +01:00
parent e6eebe5f73
commit 187f6bccd7

View File

@ -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"