Skip to content

Commit

Permalink
Merge pull request #7169 from webpack/ci/parallel-node-6
Browse files Browse the repository at this point in the history
also run node.js 6 CI in worker pool
  • Loading branch information
sokra committed May 4, 2018
2 parents e361ba5 + fbaaace commit 6131392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ matrix:
env: NO_WATCH_TESTS=1 JOB_PART=unit
- os: linux
node_js: "6"
env: NO_WATCH_TESTS=1 JEST=--runInBand JOB_PART=integration
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
- os: osx
node_js: "10"
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -19,7 +19,7 @@ environment:
jest: --maxWorkers=2
- nodejs_version: 6
job_part: integration
jest: --runInBand
jest: --maxWorkers=2

install:
- ps: Install-Product node $env:nodejs_version x64
Expand Down

0 comments on commit 6131392

Please sign in to comment.