Skip to content

Commit 6131392

Browse files
authored
Merge pull request webpack#7169 from webpack/ci/parallel-node-6
also run node.js 6 CI in worker pool
2 parents e361ba5 + fbaaace commit 6131392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matrix:
2626
env: NO_WATCH_TESTS=1 JOB_PART=unit
2727
- os: linux
2828
node_js: "6"
29-
env: NO_WATCH_TESTS=1 JEST=--runInBand JOB_PART=integration
29+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
3030
- os: osx
3131
node_js: "10"
3232
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ environment:
1919
jest: --maxWorkers=2
2020
- nodejs_version: 6
2121
job_part: integration
22-
jest: --runInBand
22+
jest: --maxWorkers=2
2323

2424
install:
2525
- ps: Install-Product node $env:nodejs_version x64

0 commit comments

Comments
 (0)