diff --git a/circle.yml b/circle.yml index ba44172ddf3..cab3c64a27f 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ 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 diff --git a/scripts/grunt/options/exec.js b/scripts/grunt/options/exec.js index 2b631d897fa..616805b1e5e 100644 --- a/scripts/grunt/options/exec.js +++ b/scripts/grunt/options/exec.js @@ -3,7 +3,7 @@ module.exports = function(config, grunt) { var coverage = ''; if (config.coverage) { - coverage = '--coverage'; + coverage = '--coverage --runInBand --logHeapUsage'; } return {