mirror of https://github.com/webpack/webpack.git
benchmarking is too unstable
disable it for now, wait for bench.ci
This commit is contained in:
parent
4e87a92b7d
commit
53eba78c3e
|
@ -15,9 +15,6 @@ matrix:
|
|||
- os: linux
|
||||
node_js: "7"
|
||||
env: NO_WATCH_TESTS=1 JOB_PART=lint
|
||||
- os: linux
|
||||
node_js: "7"
|
||||
env: NO_WATCH_TESTS=1 JOB_PART=benchmark
|
||||
- os: linux
|
||||
node_js: "7"
|
||||
env: NO_WATCH_TESTS=1 JOB_PART=test
|
||||
|
@ -32,7 +29,6 @@ matrix:
|
|||
env: NO_WATCH_TESTS=1 JOB_PART=test
|
||||
allow_failures:
|
||||
- os: osx
|
||||
- env: NO_WATCH_TESTS=1 JOB_PART=benchmark
|
||||
fast_finish: true
|
||||
|
||||
before_script:
|
||||
|
|
|
@ -17,8 +17,6 @@ environment:
|
|||
job_part: test
|
||||
- nodejs_version: 6
|
||||
job_part: test
|
||||
- nodejs_version: 7
|
||||
job_part: benchmark
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version x64
|
||||
|
|
Loading…
Reference in New Issue