mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
no issue - improves test run times by splitting the tests into multiple groups and running each in their own browser instance - settled on 2 browser instances as that seems to best fit within Travis' memory and CPU constraints - updated ember-cli-code-coverage config to work with parallel builds
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
parallel: true
|
|
};
|