Skip to content

Commit 53eba78

Browse files
committed
benchmarking is too unstable
disable it for now, wait for bench.ci
1 parent 4e87a92 commit 53eba78

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ matrix:
1515
- os: linux
1616
node_js: "7"
1717
env: NO_WATCH_TESTS=1 JOB_PART=lint
18-
- os: linux
19-
node_js: "7"
20-
env: NO_WATCH_TESTS=1 JOB_PART=benchmark
2118
- os: linux
2219
node_js: "7"
2320
env: NO_WATCH_TESTS=1 JOB_PART=test
@@ -32,7 +29,6 @@ matrix:
3229
env: NO_WATCH_TESTS=1 JOB_PART=test
3330
allow_failures:
3431
- os: osx
35-
- env: NO_WATCH_TESTS=1 JOB_PART=benchmark
3632
fast_finish: true
3733

3834
before_script:

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ environment:
1717
job_part: test
1818
- nodejs_version: 6
1919
job_part: test
20-
- nodejs_version: 7
21-
job_part: benchmark
2220

2321
install:
2422
- ps: Install-Product node $env:nodejs_version x64

0 commit comments

Comments
 (0)