{
	"containers": [
		{
			"prettyName": "Node 0.10.x",
			"image": "node:latest",
			"beforeScripts": [
				"npm install",
				"npm install -g mocha"
			],
			"testCommand": "mocha"
		}
	]
}