mirror of https://github.com/webpack/webpack.git
simplify travis build
versions are already tested by azure
This commit is contained in:
parent
f98374d6d2
commit
505184f812
20
.travis.yml
20
.travis.yml
|
|
@ -16,7 +16,6 @@ cache:
|
|||
stages:
|
||||
- basic
|
||||
- advanced
|
||||
- versions
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
@ -39,25 +38,8 @@ matrix:
|
|||
node_js: "10"
|
||||
env:
|
||||
NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
|
||||
stage: versions
|
||||
- os: osx
|
||||
node_js: "10"
|
||||
env:
|
||||
NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
|
||||
stage: versions
|
||||
- os: linux
|
||||
node_js: "8"
|
||||
env:
|
||||
NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
|
||||
stage: versions
|
||||
- os: linux
|
||||
node_js: "6"
|
||||
env:
|
||||
NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
|
||||
stage: versions
|
||||
stage: advanced
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- os: osx
|
||||
|
||||
install:
|
||||
- yarn --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Reference in New Issue