Skip to content

Commit 5f3d75d

Browse files
committed
Remove warning for legacy 'source' configuration
1 parent eb9641b commit 5f3d75d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/cli.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ exports.run = async () => { // eslint-disable-line complexity
153153
exit('The --concurrency or -c flag must be provided with a nonnegative integer.');
154154
}
155155

156-
if ('source' in conf) {
157-
exit('The \'source\' option has been renamed. Use \'sources\' instead.');
158-
}
159-
160156
const ciParallelVars = require('ci-parallel-vars');
161157
const Api = require('./api');
162158
const VerboseReporter = require('./reporters/verbose');

0 commit comments

Comments
 (0)