mirror of https://github.com/webpack/webpack.git
parent
4b2c5784ed
commit
178911a2ce
10
.travis.yml
10
.travis.yml
|
@ -20,25 +20,25 @@ stages:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: "10"
|
node_js: "12"
|
||||||
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=basic
|
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=basic
|
||||||
stage: basic
|
stage: basic
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: "10"
|
node_js: "12"
|
||||||
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=lintunit
|
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=lintunit
|
||||||
stage: advanced
|
stage: advanced
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: "10"
|
node_js: "12"
|
||||||
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
|
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
|
||||||
stage: advanced
|
stage: advanced
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: "10"
|
node_js: "12"
|
||||||
env: NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
|
env: NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
|
||||||
stage: advanced
|
stage: advanced
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: "10"
|
node_js: "10"
|
||||||
env:
|
env:
|
||||||
- NODEJS_VERSION=v12.0.0-nightly20190206686043e76e
|
- NODEJS_VERSION=v13.0.0-nightly201906148cdc1bdad6
|
||||||
- YARN_EXTRA_ARGS="--ignore-engines"
|
- YARN_EXTRA_ARGS="--ignore-engines"
|
||||||
- NO_WATCH_TESTS=1
|
- NO_WATCH_TESTS=1
|
||||||
- JEST="--maxWorkers=2 --cacheDirectory .jest-cache"
|
- JEST="--maxWorkers=2 --cacheDirectory .jest-cache"
|
||||||
|
|
|
@ -14,7 +14,7 @@ cache:
|
||||||
- ".jest-cache"
|
- ".jest-cache"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 10 x64
|
- ps: Install-Product node 12 x64
|
||||||
- yarn --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
|
- yarn --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
|
||||||
- yarn link --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache || yarn link --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
|
- yarn link --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache || yarn link --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
|
||||||
- yarn link webpack --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
|
- yarn link webpack --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
|
||||||
|
|
|
@ -5,7 +5,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: "^10.10.0"
|
versionSpec: "^12.4.0"
|
||||||
displayName: "Install Node.js"
|
displayName: "Install Node.js"
|
||||||
- script: |
|
- script: |
|
||||||
curl -o- -L https://yarnpkg.com/install.sh | bash
|
curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: "^10.10.0"
|
versionSpec: "^12.4.0"
|
||||||
displayName: "Install Node.js"
|
displayName: "Install Node.js"
|
||||||
- script: |
|
- script: |
|
||||||
curl -o- -L https://yarnpkg.com/install.sh | bash
|
curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
|
@ -93,11 +93,11 @@ jobs:
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
node-12:
|
node-12:
|
||||||
node_version: ^12.2.0
|
node_version: ^12.4.0
|
||||||
node-10:
|
node-10:
|
||||||
node_version: ^10.10.0
|
node_version: ^10.15.0
|
||||||
node-8:
|
node-8:
|
||||||
node_version: ^8.12.0
|
node_version: ^8.16.0
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -141,11 +141,11 @@ jobs:
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
node-12:
|
node-12:
|
||||||
node_version: ^12.2.0
|
node_version: ^12.4.0
|
||||||
node-10:
|
node-10:
|
||||||
node_version: ^10.10.0
|
node_version: ^10.15.0
|
||||||
node-8:
|
node-8:
|
||||||
node_version: ^8.12.0
|
node_version: ^8.16.0
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -189,11 +189,11 @@ jobs:
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
node-12:
|
node-12:
|
||||||
node_version: ^12.2.0
|
node_version: ^12.4.0
|
||||||
node-10:
|
node-10:
|
||||||
node_version: ^10.10.0
|
node_version: ^10.15.0
|
||||||
node-8:
|
node-8:
|
||||||
node_version: ^8.12.0
|
node_version: ^8.16.0
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue