nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

commit d690d54535c2e7d67300401ff749a65c06a5ea54
parent 51059a056e17ab478541a04bba3e3ee265ec09e2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 17 Mar 2016 21:12:20 +0100

Update mocha for circleCI

Diffstat:
Mcircle.yml | 4++++
Mpackage.json | 7+++++--
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/circle.yml b/circle.yml @@ -1,3 +1,7 @@ machine: node: version: 5.8.0 +dependencies: + override: + - npm install + - npm install --dev diff --git a/package.json b/package.json @@ -4,7 +4,7 @@ "description": "A clone of the eBot by deStrO fully based on node.js with build in Web Page", "main": "start.js", "scripts": { - "test": "./node_modules/.bin/mocha" + "test": "node_modules/.bin/mocha --reporter mocha-circleci-reporter test/*.js" }, "repository": { "type": "git", @@ -26,8 +26,11 @@ }, "homepage": "https://github.com/MTRNord/nBot#readme", "dependencies": { + "srcds-rcon": "^2.2.0" + }, + "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5", - "srcds-rcon": "^2.2.0" + "mocha-circleci-reporter": "0.0.1" } }