From 187f6bccd75f2046ae60ec0fe766dd1c238c16cb Mon Sep 17 00:00:00 2001 From: Robin Lambertz Date: Wed, 18 Mar 2015 19:12:18 +0100 Subject: [PATCH] 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. --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0570c63..8cdb96e 100644 --- a/circle.yml +++ b/circle.yml @@ -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"