also run node.js 6 CI in worker pool

This commit is contained in:
Tobias Koppers 2018-05-01 16:29:49 +02:00
parent afd889a735
commit fbaaacef2f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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