node-minecraft-protocol/circle.yml
Robin Lambertz 187f6bccd7 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.
2015-03-18 19:12:18 +01:00

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