Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit dd0830c

Browse files
committed
fixup! chore(travis): split unit test into 'core' and 'jquery'
1 parent 9e8ca59 commit dd0830c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma-shared.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ module.exports = function(config, specificOptions) {
193193
config.sauceLabs.startConnect = false;
194194
config.sauceLabs.tunnelIdentifier = process.env.TRAVIS_JOB_NUMBER;
195195
config.sauceLabs.recordScreenshots = true;
196+
config.retryLimit = 3;
196197

197198
// Debug logging into a file, that we print out at the end of the build.
198199
config.loggers.push({

0 commit comments

Comments
 (0)