benchmarking is too unstable

disable it for now, wait for bench.ci
This commit is contained in:
Tobias Koppers 2017-02-23 23:31:51 +01:00
parent 4e87a92b7d
commit 53eba78c3e
2 changed files with 0 additions and 6 deletions

View File

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

View File

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