remove saucelabs reporter as eats up debug info

This commit is contained in:
Elliott Marquez 2019-08-22 21:33:57 -07:00
parent 29513bb101
commit 11667df07a

View File

@ -131,7 +131,6 @@ module.exports = function(config) {
// Attempt to de-flake Sauce Labs tests on TravisCI.
transports: ['polling'],
browserDisconnectTolerance: 3,
reporters: ['saucelabs']
});
}
};