Skip to content

Commit

Permalink
报告测试结果给 saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmk123 committed Jun 30, 2016
1 parent b963390 commit 4693398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -86,7 +86,7 @@ module.exports = function (config) {
}

if (process.env.TRAVIS) {
options.reporters.concat(['coveralls', 'dots', 'saucelabs'])
options.reporters = options.reporters.concat(['coveralls', 'dots', 'saucelabs'])
// https://github.com/karma-runner/karma-sauce-launcher/issues/73
options.sauceLabs = {
startConnect: false,
Expand Down

0 comments on commit 4693398

Please sign in to comment.