30d009ea84
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
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
parallel: true
|
|
};
|