Commit 76b9b792 by Torkel Ödegaard

build: log heap usage

parent 4632b8da
machine:
node:
version: 6.9.2
version: 6.11.4
python:
version: 2.7.3
services:
......@@ -30,7 +30,6 @@ dependencies:
- sudo apt-get update; sudo apt-get install rpm; sudo apt-get install expect
- ./scripts/build/build_container.sh
test:
override:
- bash scripts/circle-test.sh
......
......@@ -3,7 +3,7 @@ module.exports = function(config, grunt) {
var coverage = '';
if (config.coverage) {
coverage = '--coverage';
coverage = '--coverage --runInBand --logHeapUsage';
}
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment