Skip to content

Commit ed9fbc1

Browse files
committed
fix: fix ci err
1 parent e4846e8 commit ed9fbc1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

karma.conf.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ module.exports = function(config) {
2424
browsers: ['PhantomJS'],
2525
singleRun: false,
2626

27-
sauceLabs: {
28-
public: 'public',
29-
},
30-
concurrency: isTravis ? 1 : Infinity,
27+
concurrency: 1,
3128

3229
webpack: {
3330
devtool: 'inline-source-map',

0 commit comments

Comments
 (0)